Ignore:
Timestamp:
Jun 9, 2010, 5:43:38 PM (14 years ago)
Author:
shunfa
Message:

修改執行順序

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nutchez-0.2/src/test/install_func.sh

    r171 r173  
    4949  check_root
    5050  check_systemInfo
     51  install_packages
    5152  check_nez_installed
    5253  check_sunJava
    5354  check_ssh
    5455  check_dialog
    55   install_packages
    5656}
    5757
     
    6464function set_nutchuser_passwd () {
    6565  read -sp "Please enter nutchuser's password :  " Nutchuser_Passwd
     66  echo -e "\n"
    6667  read -sp "Please enter nutchuser's password again:  " Nutchuser_Passwd2
     68  echo -e "\n"
    6769  if [ $Nutchuser_Passwd != $Nutchuser_Passwd2 ]; then
    6870    set_nutchuser_passwd
Note: See TracChangeset for help on using the changeset viewer.