mirror of
https://github.com/linuxserver/docker-code-server.git
synced 2025-08-10 08:07:18 +02:00
comment out lsiown
This commit is contained in:
parent
c8a8ee928e
commit
f48becd4bb
@ -35,7 +35,7 @@ if [[ -z ${LSIO_NON_ROOT_USER} ]]; then
|
|||||||
echo "Change in ownership or new install detected, please be patient while we chown existing files"
|
echo "Change in ownership or new install detected, please be patient while we chown existing files"
|
||||||
echo "This could take some time"
|
echo "This could take some time"
|
||||||
find /config -path "/config/workspace" -prune -o -exec lsiown abc:abc {} +
|
find /config -path "/config/workspace" -prune -o -exec lsiown abc:abc {} +
|
||||||
lsiown abc:abc /config/workspace
|
# lsiown abc:abc /config/workspace
|
||||||
fi
|
fi
|
||||||
chmod 700 /config/.ssh
|
chmod 700 /config/.ssh
|
||||||
if [[ -n "$(ls -A /config/.ssh)" ]]; then
|
if [[ -n "$(ls -A /config/.ssh)" ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user