Removed 'version' check in case expression

This commit is contained in:
XoMute
2021-10-16 14:45:38 +03:00
parent 25af719e20
commit 918005477b

View File

@@ -55,11 +55,6 @@ currentUser=$(scutil <<< "show State:/Users/ConsoleUser" | awk '/Name :/ { print
# MARK: labels in case statement
case $label in
version)
# print the script VERSION
printlog "$VERSION"
exit 0
;;
longversion)
# print the script version
printlog "Installomater: version $VERSION ($VERSIONDATE)"