Jrohy před 4 roky
rodič
revize
bea7766eeb
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      install.sh

+ 1 - 1
install.sh

@@ -144,7 +144,7 @@ installGo(){
         break
     done
     rm -rf $TEMP_PATH $FILE_NAME
-    [[ $INSTALL_SUCCESS == 0 ]] && { colorEcho $RED "\n安装失败!"; exit 0; }
+    [[ $INSTALL_SUCCESS == 0 ]] && { colorEcho $RED "\n安装失败!"; exit -1; }
 }
 
 main(){