Merge pull request #1363 from dekyfin/master

Fixed Empty ftp backup files #515
This commit is contained in:
Serghey Rodin 2017-12-28 13:56:06 +02:00 committed by GitHub
commit 936ee3b63e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -541,7 +541,7 @@ local_backup(){
# Defining ftp command function
ftpc() {
/usr/bin/ftp -n $HOST $PORT <<EOF
/usr/bin/ftp -np $HOST $PORT <<EOF
quote USER $USERNAME
quote PASS $PASSWORD
binary