Skip to content

Commit

Permalink
Merge pull request #4 from alectrona/master
Browse files Browse the repository at this point in the history
Making final library path absolute
  • Loading branch information
Ryan Ball authored May 1, 2019
2 parents e49bc7d + 6db3499 commit 1a53d54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions postinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ chmod 644 /Library/LaunchDaemons/com.github.ryangball.nice_updater.plist
chown root:wheel /Library/LaunchDaemons/com.github.ryangball.nice_updater_on_demand.plist
chmod 644 /Library/LaunchDaemons/com.github.ryangball.nice_updater_on_demand.plist
chown root:wheel /Library/Scripts/nice_updater.sh
chmod 755 Library/Scripts/nice_updater.sh
chmod 755 /Library/Scripts/nice_updater.sh

# Start our LaunchDaemons
/bin/launchctl load -w /Library/LaunchDaemons/com.github.ryangball.nice_updater.plist
/bin/launchctl load -w /Library/LaunchDaemons/com.github.ryangball.nice_updater_on_demand.plist

exit 0
exit 0

0 comments on commit 1a53d54

Please sign in to comment.