Skip to content

Commit

Permalink
customize: change post-fs-data permission
Browse files Browse the repository at this point in the history
  • Loading branch information
ahkehra committed Nov 17, 2021
1 parent 5d4e1a9 commit cf20d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rm -rf $MODPATH/README.md 2>/dev/null
}
SET_PERMISSION() {
set_perm_recursive $MODPATH 0 0 0755 0644
set_perm $MODPATH/post-fs-data.sh 0 0 0755 0777
set_perm $MODPATH/post-fs-data.sh 0 0 0777 0777
}
MOD_EXTRACT() {
ui_print "- Extracting module files"
Expand Down

0 comments on commit cf20d21

Please sign in to comment.