applications/luci-splash: fix two other redundant lock wait calls
This commit is contained in:
parent
a0001338e8
commit
eb8908bcea
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue