This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
mwan3: remove lock file entirely
Removing the lock file ist not necessary Signed-off-by: Florian Eckert <fe@dev.tdt.de>
lilik-openwrt-22.03
Florian Eckert
4 years ago
parent
b5bd6d757b
commit
ab747fe0fb
2 changed files
with
0 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
net/mwan3/files/lib/mwan3/mwan3.sh
+0
-1
net/mwan3/files/usr/sbin/mwan3
+ 0
- 4
net/mwan3/files/lib/mwan3/mwan3.sh
View File
@ -203,10 +203,6 @@ mwan3_unlock() {
lock -u /var/run/mwan3.lock
}
mwan3_lock_clean
(
)
{
rm -rf /var/run/mwan3.lock
}
mwan3_get_iface_id
(
)
{
local
_tmp _iface _iface_count
+ 0
- 1
net/mwan3/files/usr/sbin/mwan3
View File
@ -210,7 +210,6 @@ stop()
mwan3_unlock "command" "mwan3"
mwan3_lock_clean
rm -rf $MWAN3_STATUS_DIR $MWAN3TRACK_STATUS_DIR
}
Write
Preview
Loading…
Cancel
Save