Fixed path to additional backup scripts

pull/2/head
mandlm 2020-02-03 22:10:39 +01:00
parent 25dbd48e91
commit 31c12ecde2
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
#!/usr/bin/env bash
if [[ -n "$DO_FTP_BACKUP" ]]; then
sh ftp_backup.sh
sh /usr/local/etc/urbackup/ftp_backup.sh
fi
if [[ -n "$DO_MYSQL_BACKUP" ]]; then
sh mysql_backup.sh
sh /usr/local/etc/urbackup/mysql_backup.sh
fi