reseting vhost script vars

This commit is contained in:
2020-04-21 12:22:21 +02:00
parent 6eaf5dbccd
commit 5808f1bfad
+5
View File
@@ -23,6 +23,11 @@ if [ ! -d "$_assets" ]; then
fi
fi
_domain=""
_validated=""
_drupal=""
_letsencrypt=""
while [ "$_domain" = "" ]
do
read -p "enter a domain name ? " _domain