diff --git a/installer.sh b/installer.sh index d70e4ca..a8455c8 100644 --- a/installer.sh +++ b/installer.sh @@ -85,6 +85,18 @@ while true; do esac done +while true; do + read -p "Enable per-domain data user-> yes/no?" yn + case $yn in + [Yy]* ) datauser=1 + wget https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-FTP/raw/branch/master/data-user_setup.sh -O /root/data-user_setup.sh + break;; + [Nn]* ) datauser=0 + break;; + * ) echo "Choose yes or no.";; + esac +done + if [ $webserv = n ]; then while true; do read -p "Brotli Precompression > yes/no?" yn