Skip to content

Commit

Permalink
Update permission
Browse files Browse the repository at this point in the history
  • Loading branch information
anasfanani authored Dec 21, 2023
1 parent 6c86fd1 commit a82ea30
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ ui_print "- Extracted files to $F_TARGETDIR"

ui_print "- Setting permissions"

set_perm_recursive $F_TARGETDIR 0 2000 0755 0755
#set_perm_recursive $F_TARGETDIR 0 2000 0644 0755
set_perm $MODPATH/system/bin/tailscale 0 0 0755
set_perm $MODPATH/system/bin/tailscaled 0 0 0755

ui_print "- Cleaning up"

Expand Down

0 comments on commit a82ea30

Please sign in to comment.