Moved ftp backup to external script file

This commit is contained in:
Michael Mandl 2020-02-03 20:46:25 +01:00
parent ef841499f7
commit 033202a6a4
3 changed files with 9 additions and 11 deletions

6
scripts/prefilebackup Normal file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env bash
if [[ -z "$DO_FTP_BACKUP" ]]; then
sh ftp_backup.sh
fi