Changeset 229 for nutchez-0.2/src/shell/master_remove.sh
- Timestamp:
- Jun 25, 2010, 4:48:39 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
nutchez-0.2/src/shell/master_remove.sh
r228 r229 104 104 show_info "$MR_main_echo_2" #"本執行程序將會移除安裝nutchEZ時所新增的檔案及nutchuser使用者帳號" 105 105 # 詢問是否繼續 106 check_root 106 107 read -p "$MR_main_echo_3" confirm # "請問是否確定移除此一節點:1.確定 2.取消" 107 108 # 確認移除 108 109 if [ $confirm -eq 1 ]; then 109 check_root110 110 shutdown_service 111 111 remove_folders
Note: See TracChangeset
for help on using the changeset viewer.