Skip to content

Commit 2bbeea6

Browse files
committed
Fix for ftp backups on Ubuntu 14.04
1 parent b79338b commit 2bbeea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-backup-user

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ local_backup(){
586586

587587
# Defining ftp command function
588588
ftpc() {
589-
/usr/bin/ftp -p -n $HOST $PORT <<EOF
589+
/usr/bin/ftp -n $HOST $PORT <<EOF
590590
quote USER $USERNAME
591591
quote PASS $PASSWORD
592592
binary

0 commit comments

Comments
 (0)