mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-01 06:13:13 +01:00
Error in label check for “version”
Fixed.
This commit is contained in:
@@ -37,7 +37,7 @@ done
|
|||||||
label=${label:l}
|
label=${label:l}
|
||||||
|
|
||||||
# separate check for 'version' in order to print plain version number without any other information
|
# separate check for 'version' in order to print plain version number without any other information
|
||||||
if [ $label == "version" ]; then
|
if [[ $label == "version" ]]; then
|
||||||
echo "$VERSION"
|
echo "$VERSION"
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user