mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-21 05:44:07 -07:00
absolute ftp path to avoid kerberos issues
This commit is contained in:
parent
0e8897648c
commit
fd902a9066
2 changed files with 2 additions and 2 deletions
|
@ -509,7 +509,7 @@ local_backup(){
|
|||
|
||||
# Defining ftp command function
|
||||
ftpc() {
|
||||
ftp -n $HOST $PORT <<EOF
|
||||
/usr/bin/ftp -n $HOST $PORT <<EOF
|
||||
quote USER $USERNAME
|
||||
quote PASS $PASSWORD
|
||||
binary
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue