From 92c192e36114ccf9d3ecc244f7ad5a48c3da667a Mon Sep 17 00:00:00 2001 From: tbergervoet Date: Tue, 16 Oct 2018 13:02:35 +0200 Subject: [PATCH] Update 'installer.sh' --- installer.sh | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/installer.sh b/installer.sh index dc95853..f426e9a 100644 --- a/installer.sh +++ b/installer.sh @@ -76,20 +76,6 @@ do esac done - -while true; do - read -p "DNS Server -> yes/no?" yn - case $yn in - [Yy]* ) dns="--named yes" - break;; - [Nn]* ) dns="--named no" - break;; - * ) echo "Kies yes of no.";; - esac -done - - - cd /tmp curl -O http://vestacp.com/pub/vst-install.sh -bash vst-install.sh "$webserver" "$dns" --remi yes "$ftp" --iptables yes --fail2ban yes --quota no "$mail" --softaculous no --mysql yes --postgresql no --hostname "$domain" --email "$email" --password "$passwd" --interactive yes +bash vst-install.sh "$webserver" --named no --remi yes "$ftp" --iptables yes --fail2ban yes --quota no "$mail" --softaculous no --mysql yes --postgresql no --hostname "$domain" --email "$email" --password "$passwd" --interactive yes