Skip to content
This repository has been archived by the owner on Mar 26, 2019. It is now read-only.

Commit

Permalink
Don't set permissions for the entirity of vendor if the module is ins…
Browse files Browse the repository at this point in the history
…talled to system
  • Loading branch information
skittles9823 committed Oct 16, 2018
1 parent 8671b53 commit e08c42c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ set_permissions() {

# CUSTOM PERMISSIONS

set_perm_recursive $UNITY$VEN/* 0 2000 0755 0644
set_perm_recursive $UNITY$VEN/overlay 0 2000 0755 0644
set_perm $UNITY$VEN/overlay/* 0 0 0644

# Some templates if you have no idea what to do:
Expand Down

0 comments on commit e08c42c

Please sign in to comment.