From 6ceb1970db514fdbc0fc673fd81e2ca6a5af4a5c Mon Sep 17 00:00:00 2001 From: John Gaunt Date: Tue, 20 Jul 2021 09:51:04 -0400 Subject: [PATCH] fixed sed ssh_port variable --- duplicacy/config.json | 2 +- duplicacy/run.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/duplicacy/config.json b/duplicacy/config.json index 69a28a8..0aec274 100644 --- a/duplicacy/config.json +++ b/duplicacy/config.json @@ -1,6 +1,6 @@ { "name": "duplicacy", - "version": "20210720.2", + "version": "20210720.3", "slug": "duplicacy", "description": "Duplicacy backup", "url": "https://git.johnhgaunt.com/jgaunt/hassio-addons/src/branch/master/duplicacy", diff --git a/duplicacy/run.sh b/duplicacy/run.sh index 3b9d45a..a2b6c10 100644 --- a/duplicacy/run.sh +++ b/duplicacy/run.sh @@ -21,7 +21,7 @@ sed --in-place 's//'${PROTOCOL}'/' /.duplicacy/preferences sed --in-place 's//'${SSH_USERNAME}'/' /.duplicacy/preferences sed --in-place 's//'${SSH_PASSWORD}'/' /.duplicacy/preferences sed --in-place 's//'${BACKUP_SERVER}'/' /.duplicacy/preferences -sed --in-place 's//'${}'/' /.duplicacy/preferences +sed --in-place 's//'${SSH_PORT}'/' /.duplicacy/preferences sed --in-place 's~~'${BACKUP_SERVER_PATH}'~' /.duplicacy/preferences # create the filters file