Changeset 242 for nutchez-0.2/src/shell/client_install_func.sh
- Timestamp:
- Jun 29, 2010, 3:39:32 PM (14 years ago)
- File:
-
- 1 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權限
Note: See TracChangeset
for help on using the changeset viewer.