Changeset 242 for nutchez-0.2/src
- Timestamp:
- Jun 29, 2010, 3:39:32 PM (14 years ago)
- Location:
- nutchez-0.2/src/shell
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
nutchez-0.2/src/shell/client_install_func.sh
r236 r242 32 32 33 33 # choose Language 34 function choose_lang(){34 #function choose_lang(){ 35 35 36 36 #lang=$(locale | grep 'LANG=' | cut -d "=" -f2) … … 42 42 43 43 # Ask language 44 echo -e "\n$choose_lang_1"45 read -p "$choose_lang_2 " langChoice46 47 if [ $langChoice == "2" ]; then48 source $Work_Path/lang/lang_zh_TW_client_install49 else50 source $Work_Path/lang/lang_en_US_client_install51 fi52 }44 #echo -e "\n$choose_lang_1" 45 #read -p "$choose_lang_2 " langChoice 46 47 #if [ $langChoice == "2" ]; then 48 # source $Work_Path/lang/lang_zh_TW_client_install 49 #else 50 # source $Work_Path/lang/lang_en_US_client_install 51 #fi 52 #} 53 53 54 54 # 檢查執行這個程式的是否為root權限 -
nutchez-0.2/src/shell/client_remove
r232 r242 10 10 11 11 12 source /home/nutchuser/nutchez/system/lang_link12 source lang_link 13 13 # 需要 master_install 設定的參數區 14 14 # Master IP here
Note: See TracChangeset
for help on using the changeset viewer.