Package script typos

This commit is contained in:
Nindi Gill 2022-07-01 20:48:27 +10:00
parent 7088e239b6
commit 2a0ea80483
2 changed files with 5 additions and 3 deletions

View file

@ -4,6 +4,8 @@ set -e
identifier="com.ninxsoft.mist.helper"
launchctl bootstrap system "/Library/LaunchDaemons/$identifier.plist"
if ! launchctl print "system/$identifier" &> /dev/null ; then
launchctl bootstrap system "/Library/LaunchDaemons/$identifier.plist"
fi
exit 0