Skip to content

Commit

Permalink
fix: chown recursively
Browse files Browse the repository at this point in the history
  • Loading branch information
BelgianNoise committed May 16, 2024
1 parent c8bc2d5 commit be98f8b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions dl-downer/entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ PGID=${PGID:-6969}
groupmod -o -g "$PGID" myGroup
usermod -o -u "$PUID" myUser

chown myUser:myGroup /downloads
chown myUser:myGroup /cdm
chown myUser:myGroup /storage_states

id
chown -R myUser:myGroup /downloads
# chown -R myUser:myGroup /cdm
chown -R myUser:myGroup /storage_states

0 comments on commit be98f8b

Please sign in to comment.