mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-12 22:05:07 +01:00
Removed 'version' check in case expression
This commit is contained in:
@@ -55,11 +55,6 @@ currentUser=$(scutil <<< "show State:/Users/ConsoleUser" | awk '/Name :/ { print
|
|||||||
|
|
||||||
# MARK: labels in case statement
|
# MARK: labels in case statement
|
||||||
case $label in
|
case $label in
|
||||||
version)
|
|
||||||
# print the script VERSION
|
|
||||||
printlog "$VERSION"
|
|
||||||
exit 0
|
|
||||||
;;
|
|
||||||
longversion)
|
longversion)
|
||||||
# print the script version
|
# print the script version
|
||||||
printlog "Installomater: version $VERSION ($VERSIONDATE)"
|
printlog "Installomater: version $VERSION ($VERSIONDATE)"
|
||||||
|
|||||||
Reference in New Issue
Block a user