Explorar el Código

reseting vhost script vars

Bachir Soussi Chiadmi hace 5 años
padre
commit
5808f1bfad
Se han modificado 1 ficheros con 5 adiciones y 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