From 29a885efb614ca55bbfdba90ebdf52d9174ac41b Mon Sep 17 00:00:00 2001 From: John Gaunt Date: Tue, 17 Nov 2020 20:25:49 -0500 Subject: [PATCH] testing sed --- duplicacy/config.json | 2 +- duplicacy/run.sh | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/duplicacy/config.json b/duplicacy/config.json index 2abe4a3..6f419e9 100644 --- a/duplicacy/config.json +++ b/duplicacy/config.json @@ -1,6 +1,6 @@ { "name": "duplicacy", - "version": "20201117.3", + "version": "20201117.4", "slug": "duplicacy", "description": "Duplicacy backup", "arch": ["armhf", "armv7"], diff --git a/duplicacy/run.sh b/duplicacy/run.sh index 71966c6..67dcfdf 100644 --- a/duplicacy/run.sh +++ b/duplicacy/run.sh @@ -17,6 +17,9 @@ FILTERS=$(jq --raw-output ".filters" $CONFIG_PATH) # create the filters file touch /.duplicacy/filters +# test +sed --help + # edit the /.duplicacy/preferences file sed --in-place 's//'${BACKUP_ID}'/' /.duplicacy/preferences sed --in-place 's//'${PROTOCOL}'/' /.duplicacy/preferences