From 78e240cc4759b36de7d0c99ef7a115462d6051d7 Mon Sep 17 00:00:00 2001 From: bprieshof Date: Thu, 5 Sep 2019 22:33:22 +0200 Subject: [PATCH] Update 'installer.sh' --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index c256100..c5271be 100644 --- a/installer.sh +++ b/installer.sh @@ -244,7 +244,7 @@ apt install fail2ban -y 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 fi