Added Var parser for CMS
This commit is contained in:
@@ -291,6 +291,8 @@ esac
|
|||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
CMS="${CMS//:}" && CMS="${CMS,,}"
|
||||||
|
|
||||||
echo "Generating Apt List for 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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user