From f5a154dcab16c235a8720c3c1d4dc929f0f381a0 Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Sun, 1 Sep 2019 02:09:38 +0200 Subject: [PATCH] Update 'installer.sh' --- installer.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/installer.sh b/installer.sh index 8c41527..eb01147 100644 --- a/installer.sh +++ b/installer.sh @@ -48,16 +48,11 @@ chmod -R 755 /var/www ##-----------------------## # Html Folder Perms # ##-----------------------## -echo "Html Folder Perms" - chown -R www-data:www-data /var/www/"$domain"/html ##-----------## # NGINX # ##-----------## -echo "NGINX" - -#installing nginx from apt apt install -y nginx wget -q -t7 https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/master/config/nginx/nginx-default.conf -O /etc/nginx/nginx.conf