Skip to content

Commit

Permalink
[mac] adds chmod User:staff on models dir
Browse files Browse the repository at this point in the history
  • Loading branch information
bamthomas committed Jan 18, 2019
1 parent e5f24a7 commit 6dd8177
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mac/scripts/postinstall
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
echo "post install"

mkdir -p "${HOME}/Datashare"
mkdir -p "/Users/${USER}/Library/Datashare_Models"
mkdir -p "/Users/${USER}/Library/Datashare_Models"
chown "${USER}:staff" "/Users/${USER}/Library/Datashare_Models"

0 comments on commit 6dd8177

Please sign in to comment.