Fixed path to additional backup scripts
This commit is contained in:
parent
25dbd48e91
commit
31c12ecde2
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
if [[ -n "$DO_FTP_BACKUP" ]]; then
|
if [[ -n "$DO_FTP_BACKUP" ]]; then
|
||||||
sh ftp_backup.sh
|
sh /usr/local/etc/urbackup/ftp_backup.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -n "$DO_MYSQL_BACKUP" ]]; then
|
if [[ -n "$DO_MYSQL_BACKUP" ]]; then
|
||||||
sh mysql_backup.sh
|
sh /usr/local/etc/urbackup/mysql_backup.sh
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue