diff --git a/mote/v2/openwrt/package/luci/libs/uci/root/sbin/luci-reload b/mote/v2/openwrt/package/luci/libs/uci/root/sbin/luci-reload index 9e48d52..0a6d2cf 100755 --- a/mote/v2/openwrt/package/luci/libs/uci/root/sbin/luci-reload +++ b/mote/v2/openwrt/package/luci/libs/uci/root/sbin/luci-reload @@ -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"