Skip to content

Commit

Permalink
osx package
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoffland committed Feb 9, 2019
1 parent b0300b8 commit a26af50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion osx/Scripts/postflight
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash

su $USER -c 'open -a CAMotics.app'
USER="$(/usr/bin/who | /usr/bin/awk '/console/{print $1; exit}')"
su $USER -c 'open -a /Applications/CAMotics.app'

exit 0

0 comments on commit a26af50

Please sign in to comment.