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 # ##------------##