From d3c7e2262e0d2d1041c39ad38ed615af1993b4e0 Mon Sep 17 00:00:00 2001 From: bprieshof Date: Thu, 11 Jul 2019 11:45:36 +0200 Subject: [PATCH] Update 'installer.sh' --- installer.sh | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/installer.sh b/installer.sh index 1c338f8..f4d59e7 100644 --- a/installer.sh +++ b/installer.sh @@ -242,9 +242,6 @@ apt install fail2ban -y # Install Phase # ##-------------------## -wget $script -O Ubuntu-Web_Installer.sh -source Ubuntu-Web_Installer.sh - ##-----------## # MySQL # ##-----------## @@ -293,6 +290,13 @@ expire_logs_days = 10 max_binlog_size = 100M EOF +##---------------## +# Webserver # +##---------------## + +wget $script -O Ubuntu-Web_Installer.sh +source Ubuntu-Web_Installer.sh + ##-------------## # Cockpit # ##-------------##