Skip to content

Commit

Permalink
Don't chown /data
Browse files Browse the repository at this point in the history
  • Loading branch information
kaysond authored Aug 11, 2021
1 parent d0049b4 commit 2a9d557
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 2a9d557

Please sign in to comment.