prog.footer: disabling already disabled inteface is not an error.

Neither is enabling already enabled interface

Signed-off-by: Tuomo Soini <tis@foobar.fi>
This commit is contained in:
Tuomo Soini 2015-05-29 22:15:55 +03:00
parent f629d574e6
commit 4edd6026f0

View File

@ -378,7 +378,7 @@ case "$COMMAND" in
mutex_on
if product_is_started; then
detect_configuration $1
enable_provider $1
enable_provider $1 Yes
fi
mutex_off
status=0
@ -390,7 +390,7 @@ case "$COMMAND" in
mutex_on
if product_is_started; then
detect_configuration $1
disable_provider $1
disable_provider $1 Yes
fi
mutex_off
status=0