From 47316115205967f142b52437733098f7b6838d67 Mon Sep 17 00:00:00 2001 From: bprieshof Date: Thu, 18 Oct 2018 11:59:36 +0200 Subject: [PATCH] Update 'Main-Installer.sh' --- Main-Installer.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Main-Installer.sh b/Main-Installer.sh index 60a9c70..4289435 100644 --- a/Main-Installer.sh +++ b/Main-Installer.sh @@ -197,9 +197,11 @@ fi # Backup Script # ##-------------------## -wget https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Backup/raw/branch/master/WP_Ftp-Backup.sh -O /root/WP_Ftp-Backup.sh - +wget https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Backup/raw/branch/master/WP_Ftp-Backup.sh -O /root/backup.sh +chmod +x /root/backup.sh +wget https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Backup/raw/branch/master/WP_Ftp-Backup_Setup.sh -O /root/install-backup-tools.sh +chmod +x /root/install-backup-tools.sh echo "Installatie geslaagd!"