mirror of
https://github.com/openwrt/packages.git
synced 2026-01-11 04:04:50 +00:00
net/mwan3: mwan3track interrupt sleep on signal (trap) event
Sleep will be aborted if a signal is send to this process.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit 7e80e83dfd)
This commit is contained in:
@@ -59,7 +59,8 @@ while true; do
|
||||
fi
|
||||
|
||||
host_up_count=0
|
||||
sleep $6
|
||||
sleep $6 &
|
||||
wait
|
||||
done
|
||||
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user