applications/luci-splash: fix two other redundant lock wait calls

This commit is contained in:
Jo-Philipp Wich 2011-07-01 11:33:46 +00:00
parent a0001338e8
commit eb8908bcea

View file

@ -161,7 +161,7 @@ EOF
} }
start() { start() {
lock -w $LOCK && lock $LOCK lock $LOCK
include /lib/network include /lib/network
scan_interfaces scan_interfaces
@ -238,7 +238,7 @@ start() {
} }
stop() { stop() {
lock -w $LOCK && lock $LOCK lock $LOCK
include /lib/network include /lib/network
scan_interfaces scan_interfaces