mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-20 13:24:24 -07:00
Merge pull request #1975 from Daniyal-Javani/fix-ftp-restore-path
Fix ftp restore path
This commit is contained in:
commit
5f0856f1c4
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ ftpc() {
|
||||||
quote USER $USERNAME
|
quote USER $USERNAME
|
||||||
quote PASS $PASSWORD
|
quote PASS $PASSWORD
|
||||||
binary
|
binary
|
||||||
|
lcd $BACKUP
|
||||||
$1
|
$1
|
||||||
$2
|
$2
|
||||||
$3
|
$3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue