From e272d8667a64852452a076d180149a975e52a109 Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 14 Aug 2024 00:28:12 +0800 Subject: feat(docker/debian-dev): add more output, rename vars and fix some bugs. --- docker/crupest-debian-dev/bootstrap/bash-profile/code-server.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker/crupest-debian-dev/bootstrap/bash-profile/code-server.bash') 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 443eb0b..e683e76 100644 --- a/docker/crupest-debian-dev/bootstrap/bash-profile/code-server.bash +++ b/docker/crupest-debian-dev/bootstrap/bash-profile/code-server.bash @@ -6,7 +6,7 @@ CODE_SERVER_PORT=8080 if which "$CODE_SERVER_PROGRAM" > /dev/null 2>&1; then if ! pgrep -f "$CODE_SERVER_PROGRAM" > /dev/null 2>&1; then mkdir -p ~/.local/share/code-server - nohup "$CODE_SERVER_PROGRAM" "--bind-addr", "0.0.0.0:$CODE_SERVER_PORT" \ + "$CODE_SERVER_PROGRAM" "--bind-addr", "0.0.0.0:$CODE_SERVER_PORT" \ > ~/.local/share/code-server/log 2> ~/.local/share/code-server/error & fi fi -- cgit v1.2.3