Przeglądaj źródła

Merge pull request #568 from sunshineplan/master

Update install-release.sh
DarienRaymond 8 lat temu
rodzic
commit
134df6de9f
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      release/install-release.sh

+ 3 - 0
release/install-release.sh

@@ -284,6 +284,9 @@ remove(){
             colorEcho ${GREEN} "If necessary, please remove configuration file and log file manually."
             exit
         fi       
+    else
+        colorEcho ${GREEN} "V2Ray not found."
+        exit
     fi
 }