Changeset 161 for nutchez-0.2/src/test/install_func.sh
- Timestamp:
- Jun 7, 2010, 5:47:07 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
nutchez-0.2/src/test/install_func.sh
r160 r161 56 56 57 57 function set_nutchuser_passwd () { 58 read -sp "Please enter nutchuser's password : " nutchuser_passwd59 read -sp "Please enter nutchuser's password again: " nutchuser_passwd_confirm60 if [ $ nutchuser_passwd != $nutchuser_passwd_confirm]; then58 read -sp "Please enter nutchuser's password : " Nutchuser_Passwd 59 read -sp "Please enter nutchuser's password again: " Nutchuser_Passwd2 60 if [ $Nutchuser_Passwd != $Nutchuser_Passwd2 ]; then 61 61 set_nutchuser_passwd 62 62 fi
Note: See TracChangeset
for help on using the changeset viewer.