mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-05-13 06:34:44 -04:00
Package script typos
This commit is contained in:
parent
7088e239b6
commit
2a0ea80483
2 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue