[luci] do not stop/start avahi-deamon when calling luci-reload with flukso as arg
This commit is contained in:
parent
6294efa9f9
commit
52959b11be
|
@ -41,7 +41,7 @@ avahi_start() {
|
||||||
|
|
||||||
|
|
||||||
lock "/var/run/luci-reload"
|
lock "/var/run/luci-reload"
|
||||||
avahi_stop
|
[ $1 != flukso ] && avahi_stop
|
||||||
|
|
||||||
config_load ucitrack
|
config_load ucitrack
|
||||||
|
|
||||||
|
@ -49,6 +49,6 @@ for i in $*; do
|
||||||
config_foreach apply_config $i $i
|
config_foreach apply_config $i $i
|
||||||
done
|
done
|
||||||
|
|
||||||
avahi_start
|
[ $1 != flukso ] && avahi_start
|
||||||
rm -f "/var/run/luci-reload-status"
|
rm -f "/var/run/luci-reload-status"
|
||||||
lock -u "/var/run/luci-reload"
|
lock -u "/var/run/luci-reload"
|
||||||
|
|
Loading…
Reference in New Issue