mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
Correcting FTP link in v-backup-user
This commit is contained in:
parent
58807feb80
commit
cc8a3e0c58
1 changed files with 1 additions and 1 deletions
|
@ -595,7 +595,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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue