Skip to content

Commit

Permalink
Merge pull request #124 from kaysond/master
Browse files Browse the repository at this point in the history
Don't chown /data
  • Loading branch information
Roxedus authored Aug 12, 2021
2 parents 246a3af + 2a9d557 commit 2dfacd9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions root/etc/cont-init.d/30-config
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,5 @@ mkdir -p \
chown abc:abc \
/config \
/config/* \
/data \
/config/data/transcodes \
/transcode
if [ -n "$(ls -A /data 2>/dev/null)" ]; then
chown abc:abc \
/data/*
fi

0 comments on commit 2dfacd9

Please sign in to comment.