Merge pull request #55 from serghey-rodin/master

Correcting FTP link in v-backup-user
This commit is contained in:
myvesta 2020-04-09 20:56:03 +02:00 committed by GitHub
commit 68543c5d99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -603,7 +603,7 @@ ftp_backup() {
fi
# Debug info
echo -e "$(date "+%F %T") Remote: ftp://$HOST$BPATH/$user.$backup_new_date.tar"
echo -e "$(date "+%F %T") Remote: ftp://$HOST/$BPATH/$user.$backup_new_date.tar"
# Checking ftp connection
fconn=$(ftpc)