From 70bff0370792d81bc1c82d5707beae4324c95c1a Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sun, 19 Dec 1999 21:12:33 +0000 Subject: *** empty log message *** --- init-sh/lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init-sh') diff --git a/init-sh/lib.sh b/init-sh/lib.sh index c26f933..e8798c7 100644 --- a/init-sh/lib.sh +++ b/init-sh/lib.sh @@ -152,7 +152,7 @@ LiloUpdate() { echo "Do you want a password authentication at boot time ?" echo "Be very carefull," echo "this will prevent your server to reboot without an operator to enter password". - [ -t 0 ] && WaitAnswer; + WaitAnswer; if [[ ${answer} == yes ]]; then echo -n "Please enter the password which will be used at boot time : " read password -- cgit v1.2.1