absolute ftp path to avoid kerberos issues

This commit is contained in:
Serghey Rodin 2013-10-09 10:42:20 +03:00
commit fd902a9066
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ source $VESTA/conf/vesta.conf
# Defining ftp command function
ftpc() {
ftp -n $host $ftp_port <<EOF
/usr/bin/ftp -n $host $ftp_port <<EOF
quote USER $ftp_user
quote PASS $ftp_password
binary