Fix for ftp backups on Ubuntu 14.04

This commit is contained in:
Serghey Rodin 2014-10-06 22:17:34 +03:00
commit 2bbeea620c

View file

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