Skip to content

Commit 936ee3b

Browse files
Merge pull request hestiacp#1363 from dekyfin/master
Fixed Empty ftp backup files hestiacp#515
2 parents 56c370e + ff0d1b7 commit 936ee3b

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
@@ -541,7 +541,7 @@ local_backup(){
541541

542542
# Defining ftp command function
543543
ftpc() {
544-
/usr/bin/ftp -n $HOST $PORT <<EOF
544+
/usr/bin/ftp -np $HOST $PORT <<EOF
545545
quote USER $USERNAME
546546
quote PASS $PASSWORD
547547
binary

0 commit comments

Comments
 (0)