Changeset 161 for nutchez-0.2/src
- Timestamp:
- Jun 7, 2010, 5:47:07 PM (14 years ago)
- Location:
- nutchez-0.2/src/test
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
nutchez-0.2/src/test/install
r160 r161 18 18 read -p "Please confirm your install infomation: 1.Yes 2.No " confirm 19 19 if [ $confirm -eq 1 ]; then 20 creat_nutchuser_account $ nutchuser_passwd20 creat_nutchuser_account $Nutchuser_Passwd 21 21 make_ssh_key 22 22 -
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.