mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-02 14:23:08 +01:00
Merge pull request #643 from scriptingosx/exitcodes
updated redundant exit codes
This commit is contained in:
@@ -13,7 +13,7 @@ macports)
|
||||
archiveName="Catalina.pkg"
|
||||
;;
|
||||
*)
|
||||
cleanupAndExit 1 "macOS 10.14 or earlier not supported by Installomator."
|
||||
cleanupAndExit 98 "macOS 10.14 or earlier not supported by Installomator."
|
||||
;;
|
||||
esac
|
||||
downloadURL=$(downloadURLFromGit macports macports-base)
|
||||
|
||||
Reference in New Issue
Block a user