Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
5be889429b
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ PUID=${PUID:-911}
|
||||||
if [[ ! "$(stat -c %u /config/Library)" == "${PUID}" ]]; then
|
if [[ ! "$(stat -c %u /config/Library)" == "${PUID}" ]]; then
|
||||||
echo "Change in ownership detected, please be patient while we chown existing files"
|
echo "Change in ownership detected, please be patient while we chown existing files"
|
||||||
echo "This could take some time"
|
echo "This could take some time"
|
||||||
lsiown abc:abc -R \
|
lsiown -R abc:abc \
|
||||||
/config/Library
|
/config/Library
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue