Browse Source

reseting vhost script vars

Bachir Soussi Chiadmi 3 years ago
parent
commit
5808f1bfad
1 changed files with 5 additions and 0 deletions
  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