Mist/Scripts/postinstall
2022-07-01 17:46:37 +10:00

9 lines
146 B
Bash
Executable file

#!/usr/bin/env bash
set -e
identifier="com.ninxsoft.mist.helper"
launchctl bootstrap system "/Library/LaunchDaemons/$identifier.plist"
exit 0