From: Jo-Philipp Wich Date: Fri, 1 Jul 2011 11:33:46 +0000 (+0000) Subject: applications/luci-splash: fix two other redundant lock wait calls X-Git-Tag: 0.11.0~1969 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=eb8908bcea3ad891492864aa22e2db5e02b395c3;p=project%2Fluci.git applications/luci-splash: fix two other redundant lock wait calls --- diff --git a/applications/luci-splash/root/etc/init.d/luci_splash b/applications/luci-splash/root/etc/init.d/luci_splash index 2854717734..e4980d968b 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