fix: skip error chown
This commit is contained in:
parent
b932b39de2
commit
9f318dd4ce
1 changed files with 1 additions and 1 deletions
|
@ -16,4 +16,4 @@ echo "[cont-init.d] Setting permissions this may take some time"
|
||||||
chown -R abc:abc \
|
chown -R abc:abc \
|
||||||
/config
|
/config
|
||||||
chown abc:abc \
|
chown abc:abc \
|
||||||
/downloads
|
/downloads || true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue