[luci] we do have to stop/start the avahi-daemon when saving the flukso page

This commit is contained in:
Bart Van Der Meerssche 2011-04-26 10:54:10 +02:00
parent 6345a9c97c
commit f0fa58daac
1 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ avahi_start() {
lock "/var/run/luci-reload"
[ $1 != flukso ] && avahi_stop
avahi_stop
config_load ucitrack
@ -49,6 +49,6 @@ for i in $*; do
config_foreach apply_config $i $i
done
[ $1 != flukso ] && avahi_start
avahi_start
rm -f "/var/run/luci-reload-status"
lock -u "/var/run/luci-reload"