We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7d3bf6 commit e0f20eaCopy full SHA for e0f20ea
bin/v-delete-user-backup
@@ -47,7 +47,7 @@ if [[ "$TYPE" =~ "sftp" ]]; then
47
sftp_delete "$backup"
48
fi
49
if [[ "$TYPE" =~ "ftp" ]] && [ "$deleted" == "0" ]; then
50
- fto_delete "backup"
+ ftp_delete "backup"
51
52
if [[ "$TYPE" =~ "local" ]]; then
53
rm -f $BACKUP/$2
0 commit comments