From 282851f1ede3e98137ba9d9b5dd8f2b9a7314a41 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Wed, 10 Feb 2021 12:02:39 +0100 Subject: [PATCH] Main:AppendCMS Renamed bck-util cms-handeler Renamed bck-util cms-handeler to CMSHook-conf for future compatibility --- AppendCMS.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AppendCMS.sh b/AppendCMS.sh index 979e4c8..c76c4d4 100644 --- a/AppendCMS.sh +++ b/AppendCMS.sh @@ -273,8 +273,8 @@ fi repobckutil=https://git.ictmaatwerk.com/VPS-scripts/Backup-Util branchbckutil=master -if curl --retry 2 --retry-delay 1 --output /dev/null --silent --head --fail "$repobckutil"/raw/branch/"$branchbckutil"/cms-handeler.sh; then - source <(curl --retry 7 --retry-delay 5 -s "$repobckutil"/raw/branch/"$branchbckutil"/cms-handeler.sh) +if curl --retry 2 --retry-delay 1 --output /dev/null --silent --head --fail "$repobckutil"/raw/branch/"$branchbckutil"/CMSHook-conf.sh; then + source <(curl --retry 7 --retry-delay 5 -s "$repobckutil"/raw/branch/"$branchbckutil"/CMSHook-conf.sh) fi ##------------##