Mist/Scripts/postinstall

10 lines
146 B
Text
Raw Normal View History

2022-07-01 03:46:37 -04:00
#!/usr/bin/env bash
set -e
identifier="com.ninxsoft.mist.helper"
launchctl bootstrap system "/Library/LaunchDaemons/$identifier.plist"
exit 0