Changeset 173 for nutchez-0.2/src/test/install_func.sh
- Timestamp:
- Jun 9, 2010, 5:43:38 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
nutchez-0.2/src/test/install_func.sh
r171 r173 49 49 check_root 50 50 check_systemInfo 51 install_packages 51 52 check_nez_installed 52 53 check_sunJava 53 54 check_ssh 54 55 check_dialog 55 install_packages56 56 } 57 57 … … 64 64 function set_nutchuser_passwd () { 65 65 read -sp "Please enter nutchuser's password : " Nutchuser_Passwd 66 echo -e "\n" 66 67 read -sp "Please enter nutchuser's password again: " Nutchuser_Passwd2 68 echo -e "\n" 67 69 if [ $Nutchuser_Passwd != $Nutchuser_Passwd2 ]; then 68 70 set_nutchuser_passwd
Note: See TracChangeset
for help on using the changeset viewer.