Explorar o código

Update InstallNET.sh

MoeClub %!s(int64=4) %!d(string=hai) anos
pai
achega
eb3c4875c2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      InstallNET.sh

+ 1 - 1
InstallNET.sh

@@ -314,7 +314,7 @@ if [[ "$VER" != "arm64" ]] && [[ -n "$tmpVER" ]]; then
   case "$tmpVER" in i386|i686|x86|32) VER="i386";; amd64|x86_64|x64|64) [[ "$Relese" == 'CentOS' ]] && VER='x86_64' || VER='amd64';; *) VER='';; esac
 fi
 
-if [[ -z "$VER" ]]; then
+if [[ ! -n "$VER" ]]; then
   echo "Error! Not Architecture."
   bash $0 error;
   exit 1;