Skip to content

Commit ed0f00a

Browse files
committed
Set backup download location on restore for ftp/sftp.
1 parent aaa50c5 commit ed0f00a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file.
1111
- Check whether Nginx, Apache2 and MariaDB are selected for installation prior to adding third party repositories.
1212
- Remove duplicated set-cookie line in default fpm config.
1313
- Adjust let's encrypt validation check for idn domains, thanks to @zanami!
14+
- Set backup download location on restore for ftp/sftp, thanks to @Daniyal-Javani!
1415

1516
## [1.1.1] - 2020-03-24 - Hotfix
1617
### Features

bin/v-restore-user

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ ftpc() {
4141
/usr/bin/ftp -n $HOST $PORT <<EOF
4242
quote USER $USERNAME
4343
quote PASS $PASSWORD
44+
lcd $BACKUP
4445
binary
4546
$1
4647
$2

0 commit comments

Comments
 (0)