finished updating labels

This commit is contained in:
Armin Briegel
2021-08-16 16:55:28 +02:00
parent 97e8c160d2
commit 2e72b05df1
142 changed files with 460 additions and 190 deletions

View File

@@ -59,3 +59,23 @@ longversion)
printlog "Installomater: version $VERSION ($VERSIONDATE)"
exit 0
;;
valuesfromarguments)
if [[ -z $name ]]; then
printlog "need to provide 'name'"
exit 1
fi
if [[ -z $type ]]; then
printlog "need to provide 'type'"
exit 1
fi
if [[ -z $downloadURL ]]; then
printlog "need to provide 'downloadURL'"
exit 1
fi
if [[ -z $expectedTeamID ]]; then
printlog "need to provide 'expectedTeamID'"
exit 1
fi
;;
# label descriptions start here