mirror of https://github.com/hak5/openwrt.git
base-files: fix some failsafe issues
* if the shell was closed booting continued Signed-off-by: John Crispin <john@phrozen.org>lede-17.01
parent
5dc80cbcff
commit
a39ac242cc
|
@ -11,6 +11,7 @@ failsafe_shell() {
|
||||||
lock /tmp/.failsafe
|
lock /tmp/.failsafe
|
||||||
ash --login
|
ash --login
|
||||||
echo "Please reboot system when done with failsafe network logins"
|
echo "Please reboot system when done with failsafe network logins"
|
||||||
|
while true; do sleep 1; done
|
||||||
}
|
}
|
||||||
|
|
||||||
boot_hook_add failsafe failsafe_netlogin
|
boot_hook_add failsafe failsafe_netlogin
|
||||||
|
|
Loading…
Reference in New Issue