wifi-reload: Timeout to stop after 12 seconds.
This commit is contained in:
parent
725961a24f
commit
dd258b8bd2
|
@ -64,5 +64,5 @@ sudo NetworkManager &
|
||||||
|
|
||||||
if tty -s ; then
|
if tty -s ; then
|
||||||
# STDIN is terminal
|
# STDIN is terminal
|
||||||
forever dmesg | puniq
|
timeout 12 forever dmesg | puniq
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue