Fixed path to additional backup scripts
This commit is contained in:
parent
25dbd48e91
commit
31c12ecde2
@ -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
|
||||
|
Reference in New Issue
Block a user