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"
if ! launchctl print "system/$identifier" &> /dev/null ; then
launchctl bootstrap system "/Library/LaunchDaemons/$identifier.plist"
fi
exit 0

View file

@ -2,9 +2,9 @@
set -e
identifier="system/com.ninxsoft.mist.helper"
identifier="com.ninxsoft.mist.helper"
if launchtl print "system/$identifier" ; then
if launchctl print "system/$identifier" &> /dev/null ; then
launchctl bootout "system/$identifier"
fi