mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-27 05:13:11 +00:00
changed fragments to .sh extension
This commit is contained in:
18
fragments/labels/valuesfromarguments.sh
Normal file
18
fragments/labels/valuesfromarguments.sh
Normal file
@@ -0,0 +1,18 @@
|
||||
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
|
||||
;;
|
||||
Reference in New Issue
Block a user