Update 'installer.sh'

This commit is contained in:
bprieshof
2019-09-05 22:33:22 +02:00
parent 6310b7ba98
commit 78e240cc47

View File

@@ -244,7 +244,7 @@ apt install fail2ban -y
if [ $newsql = 1 ]; then if [ $newsql = 1 ]; then
wget https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-MySQL/raw/branch/master/mysql-${sqlver}.sh -O Mysql-Installer.sh wget https://git.ictmaatwerk.com/VPS-scripts/MySQL/raw/branch/master/mysql-${sqlver}.sh -O Mysql-Installer.sh
source Mysql-Installer.sh source Mysql-Installer.sh
fi fi