Changeset 129 for nutchez-0.2/src/test/client_install.sh
- Timestamp:
- May 25, 2010, 3:32:41 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
nutchez-0.2/src/test/client_install.sh
r128 r129 19 19 Linux_Version=""; 20 20 Nutchuser_Passwd="xxxxxxxx"; 21 22 # 參數詢問 23 yesno="no" 24 echo -e "\nYour master IP: $Master_IP_Address" 25 echo -e "Your Nutchuser Password: $Nutchuser_Passwd" 26 read -p "These data are cooect? (yes/no): " yesno 27 28 if [ "$yesno" == "no" ];then 29 echo "Plz edit these parameters of this file." 30 exit 31 else 32 # echo "yes" 33 fi 21 34 22 35 # 功能邏輯區
Note: See TracChangeset
for help on using the changeset viewer.