Added Var parser for CMS

This commit is contained in:
bprieshof
2019-12-12 12:02:07 +01:00
parent 8752c5a3a9
commit 75a550c57e

View File

@@ -291,6 +291,8 @@ esac
done
fi
CMS="${CMS//:}" && CMS="${CMS,,}"
echo "Generating Apt List for CMS"
if curl --retry 2 --retry-delay 1 --output /dev/null --silent --head --fail "$repo"/raw/branch/"$branch"/CMS/"$CMS"/apt.list >>/tmp/apt.list; then