Changeset 161


Ignore:
Timestamp:
Jun 7, 2010, 5:47:07 PM (14 years ago)
Author:
shunfa
Message:

修改安裝檔變數

Location:
nutchez-0.2/src/test
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • nutchez-0.2/src/test/install

    r160 r161  
    1818  read -p "Please confirm your install infomation: 1.Yes 2.No  " confirm
    1919  if [ $confirm -eq 1 ]; then
    20     creat_nutchuser_account $nutchuser_passwd
     20    creat_nutchuser_account $Nutchuser_Passwd
    2121    make_ssh_key
    2222   
  • nutchez-0.2/src/test/install_func.sh

    r160 r161  
    5656
    5757function set_nutchuser_passwd () {
    58   read -sp "Please enter nutchuser's password :  " nutchuser_passwd
    59   read -sp "Please enter nutchuser's password again:  " nutchuser_passwd_confirm
    60   if [ $nutchuser_passwd != $nutchuser_passwd_confirm ]; then
     58  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
    6161    set_nutchuser_passwd
    6262  fi
Note: See TracChangeset for help on using the changeset viewer.