We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8a8ee9 commit f48becdCopy full SHA for f48becd
root/etc/s6-overlay/s6-rc.d/init-code-server/run
@@ -35,7 +35,7 @@ if [[ -z ${LSIO_NON_ROOT_USER} ]]; then
35
echo "Change in ownership or new install detected, please be patient while we chown existing files"
36
echo "This could take some time"
37
find /config -path "/config/workspace" -prune -o -exec lsiown abc:abc {} +
38
- lsiown abc:abc /config/workspace
+ # lsiown abc:abc /config/workspace
39
fi
40
chmod 700 /config/.ssh
41
if [[ -n "$(ls -A /config/.ssh)" ]]; then
0 commit comments