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!"