From f4891f7083f65f8e4834b8dce5a2b33c7235388a Mon Sep 17 00:00:00 2001 From: bprieshof Date: Thu, 11 Apr 2019 09:45:42 +0200 Subject: [PATCH] Update 'installer.sh' --- installer.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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