Skip to content

Commit f48becd

Browse files
comment out lsiown
1 parent c8a8ee9 commit f48becd

File tree

1 file changed

+1
-1
lines changed
  • root/etc/s6-overlay/s6-rc.d/init-code-server

1 file changed

+1
-1
lines changed

root/etc/s6-overlay/s6-rc.d/init-code-server/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ if [[ -z ${LSIO_NON_ROOT_USER} ]]; then
3535
echo "Change in ownership or new install detected, please be patient while we chown existing files"
3636
echo "This could take some time"
3737
find /config -path "/config/workspace" -prune -o -exec lsiown abc:abc {} +
38-
lsiown abc:abc /config/workspace
38+
# lsiown abc:abc /config/workspace
3939
fi
4040
chmod 700 /config/.ssh
4141
if [[ -n "$(ls -A /config/.ssh)" ]]; then

0 commit comments

Comments
 (0)