aboutsummaryrefslogtreecommitdiffstats
path: root/init-sh/lib.sh
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-12-19 21:12:33 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-12-19 21:12:33 +0000
commit70bff0370792d81bc1c82d5707beae4324c95c1a (patch)
tree7a14cb2585b80408ec92cb3fd66edfe2889b3460 /init-sh/lib.sh
parentbca9cc64ca6a283f8e05d233da0d58a9ce6fe6e4 (diff)
downloadmsec-70bff0370792d81bc1c82d5707beae4324c95c1a.tar
msec-70bff0370792d81bc1c82d5707beae4324c95c1a.tar.gz
msec-70bff0370792d81bc1c82d5707beae4324c95c1a.tar.bz2
msec-70bff0370792d81bc1c82d5707beae4324c95c1a.tar.xz
msec-70bff0370792d81bc1c82d5707beae4324c95c1a.zip
*** empty log message ***
Diffstat (limited to 'init-sh/lib.sh')
-rw-r--r--init-sh/lib.sh2
1 files changed, 1 insertions, 1 deletions
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