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() {
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue