diff options
author | crupest <crupest@outlook.com> | 2024-06-16 11:38:17 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2024-08-15 01:16:47 +0800 |
commit | 0d8aa881a088382ed8a0f91b34e4f3653f4fc09a (patch) | |
tree | fb5ef83b6770a629b1d0748dbde373692c05d2cc /docker/crupest-debian-dev/bootstrap/bash-profile/code-server.bash | |
parent | bbadec644df903e43de93bdd1da39a9b1a075058 (diff) | |
download | crupest-0d8aa881a088382ed8a0f91b34e4f3653f4fc09a.tar.gz crupest-0d8aa881a088382ed8a0f91b34e4f3653f4fc09a.tar.bz2 crupest-0d8aa881a088382ed8a0f91b34e4f3653f4fc09a.zip |
fix(docker/debian-dev): code-server log dir creation.
Diffstat (limited to 'docker/crupest-debian-dev/bootstrap/bash-profile/code-server.bash')
-rw-r--r-- | docker/crupest-debian-dev/bootstrap/bash-profile/code-server.bash | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/crupest-debian-dev/bootstrap/bash-profile/code-server.bash b/docker/crupest-debian-dev/bootstrap/bash-profile/code-server.bash index aafc4b5..255c280 100644 --- a/docker/crupest-debian-dev/bootstrap/bash-profile/code-server.bash +++ b/docker/crupest-debian-dev/bootstrap/bash-profile/code-server.bash @@ -1 +1,2 @@ +mkdir -p ~/.local/share/code-server /bootstrap/start/code-server.bash > ~/.local/share/code-server/log 2> ~/.local/share/code-server/error & |