Explorar o código

fix: https enable

jonssonyan %!s(int64=3) %!d(string=hai) anos
pai
achega
dddd953f52
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      install_script.sh

+ 2 - 0
install_script.sh

@@ -560,6 +560,7 @@ server {
     }
 }
 EOF
+        break
       else
         if [[ ${https_enable} != 0 ]]; then
           echo_content red "不可以输入除0和1之外的其他字符"
@@ -586,6 +587,7 @@ server {
     }
 }
 EOF
+          break
         fi
       fi
     done