From 325f4b438747a1a73d2ea237975f076fa56f25f2 Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Sat, 31 Aug 2019 21:04:04 +0200 Subject: [PATCH] Update 'installer.sh' --- installer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer.sh b/installer.sh index a913b24..51556e6 100644 --- a/installer.sh +++ b/installer.sh @@ -175,7 +175,7 @@ systemctl restart nginx # MySQL Installation # ##-----------------------## wget -q -t7 https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Mail/raw/branch/alpha/mysql-8.0.sh -O /tmp/mysql-8.0.sh -bash /tmp/mysql-8.0.sh +source /tmp/mysql-8.0.sh ##------------------------------## # MySQL_Secure_Installation # @@ -318,7 +318,7 @@ chown vmail:vmail /etc/dovecot/sieve/ -R # Rainloop # ##--------------## wget -q -t7 https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Mail/raw/branch/$branch/rainloop.sh -O /tmp/rainloop.sh -bash /tmp/rainloop.sh +source /tmp/rainloop.sh ##-----------------------## # Enabling Services #