Moved ftp backup to external script file
This commit is contained in:
parent
ef841499f7
commit
033202a6a4
3 changed files with 9 additions and 11 deletions
6
scripts/prefilebackup
Normal file
6
scripts/prefilebackup
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
if [[ -z "$DO_FTP_BACKUP" ]]; then
|
||||
sh ftp_backup.sh
|
||||
fi
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue