From 7f4d5c6994ac84d5573884890a49f12cc90469f8 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Wed, 19 Aug 2020 14:19:27 +0200 Subject: [PATCH] added backup util for aditional CMS --- AppendCMS.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/AppendCMS.sh b/AppendCMS.sh index 4f0374a..66c926b 100644 --- a/AppendCMS.sh +++ b/AppendCMS.sh @@ -235,6 +235,16 @@ if curl --retry 2 --retry-delay 1 --output /dev/null --silent --head --fail "$re source <(curl --retry 7 --retry-delay 5 -s "$repo"/raw/branch/"$branch"/CMS/"$CMS"/"$webserv"-conf.sh) fi +##--------------------------## +# Backup-util Site Setup # +##--------------------------## + +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) +fi + ##------------## # Services # ##------------##