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 190ffd3 commit 6445268Copy full SHA for 6445268
root/etc/s6-overlay/s6-rc.d/init-mod-code-server-bat-install/run
@@ -45,6 +45,12 @@ fi
45
46
if [ -d /config/.bat-extras ]; then
47
echo 'Bat-extras already cloned, updating'
48
+
49
+ # On a docker start, even if this folder exists, we need to own it first for git to be able to pull
50
+ echo 'Setting permissions for ~/.bat-extras'
51
+ lsiown -R abc:abc \
52
+ /config/.bat-extras
53
54
git -C /config/.bat-extras pull
55
else
56
echo 'Cloning bat-extras repo'
0 commit comments