Mist/Scripts/preinstall

12 lines
173 B
Text
Raw Normal View History

2022-07-01 03:46:37 -04:00
#!/usr/bin/env bash
set -e
identifier="system/com.ninxsoft.mist.helper"
if launchtl print "system/$identifier" ; then
launchctl bootout "system/$identifier"
fi
exit 0