Explorar o código

reseting vhost script vars

Bachir Soussi Chiadmi %!s(int64=5) %!d(string=hai) anos
pai
achega
5808f1bfad
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      bin/vhost.sh

+ 5 - 0
bin/vhost.sh

@@ -23,6 +23,11 @@ if [ ! -d "$_assets" ]; then
   fi
 fi
 
+_domain=""
+_validated=""
+_drupal=""
+_letsencrypt=""
+
 while [ "$_domain" = "" ]
 do
   read -p "enter a domain name ? " _domain