Index: nutchez-0.2/src/shell/client_remove.sh
===================================================================
--- nutchez-0.2/src/shell/client_remove.sh	(revision 228)
+++ nutchez-0.2/src/shell/client_remove.sh	(revision 229)
@@ -83,8 +83,8 @@
   show_info "$CR_main_echo_2" #"本執行程序將會移除安裝nutchEZ時所新增的檔案及nutchuser使用者帳號"
 # 詢問是否繼續
+  check_root
   read -p "$CR_main_echo_3" confirm # "請問是否確定移除此一節點：1.確定 2.取消"
 # 確認移除
   if [ $confirm -eq 1 ]; then
-    check_root
     shutdown_service
     remove_folders
Index: nutchez-0.2/src/shell/master_remove.sh
===================================================================
--- nutchez-0.2/src/shell/master_remove.sh	(revision 228)
+++ nutchez-0.2/src/shell/master_remove.sh	(revision 229)
@@ -104,8 +104,8 @@
   show_info "$MR_main_echo_2" #"本執行程序將會移除安裝nutchEZ時所新增的檔案及nutchuser使用者帳號"
 # 詢問是否繼續
+  check_root
   read -p "$MR_main_echo_3" confirm # "請問是否確定移除此一節點：1.確定 2.取消"
 # 確認移除
   if [ $confirm -eq 1 ]; then
-    check_root
     shutdown_service
     remove_folders
