Update 'installer.sh'

This commit is contained in:
bprieshof
2019-07-11 11:45:36 +02:00
parent 25e1864520
commit d3c7e2262e

View File

@@ -242,9 +242,6 @@ apt install fail2ban -y
# Install Phase # # Install Phase #
##-------------------## ##-------------------##
wget $script -O Ubuntu-Web_Installer.sh
source Ubuntu-Web_Installer.sh
##-----------## ##-----------##
# MySQL # # MySQL #
##-----------## ##-----------##
@@ -293,6 +290,13 @@ expire_logs_days = 10
max_binlog_size = 100M max_binlog_size = 100M
EOF EOF
##---------------##
# Webserver #
##---------------##
wget $script -O Ubuntu-Web_Installer.sh
source Ubuntu-Web_Installer.sh
##-------------## ##-------------##
# Cockpit # # Cockpit #
##-------------## ##-------------##