applications/luci-splash: fix two other redundant lock wait calls
[project/luci.git] / applications / luci-splash / root / etc / init.d / luci_splash
index 2854717..e4980d9 100755 (executable)
@@ -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