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 # ##-------------##