diff options
Diffstat (limited to 'applications/luci-splash/root')
-rwxr-xr-x | applications/luci-splash/root/etc/init.d/luci_splash | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-splash/root/etc/init.d/luci_splash b/applications/luci-splash/root/etc/init.d/luci_splash index 285471773..e4980d968 100755 --- a/applications/luci-splash/root/etc/init.d/luci_splash +++ b/applications/luci-splash/root/etc/init.d/luci_splash @@ -161,7 +161,7 @@ EOF } start() { - lock -w $LOCK && lock $LOCK + lock $LOCK include /lib/network scan_interfaces @@ -238,7 +238,7 @@ start() { } stop() { - lock -w $LOCK && lock $LOCK + lock $LOCK include /lib/network scan_interfaces |