Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d99cfa7

Browse files
committed
eof my eof
1 parent 354681a commit d99cfa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/code-server/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if [[ -n $WORKSPACE ]]; then
2323
fi
2424

2525
# Serialize these options in the container environment for reference in JSON.
26-
cat <<<EOF > /etc/environment
26+
cat <<EOF >> /etc/environment
2727
CODE_SERVER_HOST=$HOST
2828
CODE_SERVER_PORT=$PORT
2929
CODE_SERVER_FOLDER=?folder=$CODE_SERVER_WORKSPACE

0 commit comments

Comments
 (0)