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 04cdba5 commit 76b18b2Copy full SHA for 76b18b2
root/etc/s6-overlay/s6-rc.d/init-code-server/run
@@ -25,3 +25,7 @@ fi
25
# fix permissions (ignore contents of /config/workspace)
26
find /config -path /config/workspace -prune -o -exec chown abc:abc {} +
27
chown abc:abc /config/workspace
28
+chmod 700 /config/.ssh
29
+if [ -n "$(ls -A /config/.ssh)" ]; then
30
+ chmod 600 /config/.ssh/*
31
+fi
0 commit comments