Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 1745c53

Browse files
committed
complete reversion
1 parent f5b7df4 commit 1745c53

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

code-server/run.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
#!/usr/bin/env bash
22

33
EXTENSIONS=("${EXTENSIONS}")
4-
# IFS=',' read -ra exts <<< "$${EXTENSIONS}"
54
BOLD='\033[0;1m'
65
CODE='\033[36;40;1m'
76
RESET='\033[0m'
87

98
printf "$${BOLD}Installing code-server!\n"
109

11-
# for ext in "${exts[@]}"; do
12-
# printf "$${BOLD}extension: $${ext}\n"
13-
# done
14-
1510
ARGS=(
1611
"--method=standalone"
1712
"--prefix=${INSTALL_PREFIX}"
@@ -51,4 +46,4 @@ fi
5146

5247
echo "👷 Running code-server in the background..."
5348
echo "Check logs at ${LOG_PATH}!"
54-
$CODE_SERVER --auth none --port ${PORT} >${LOG_PATH} 2>&1 &
49+
$CODE_SERVER --auth none --port ${PORT} >${LOG_PATH} 2>&1 &

0 commit comments

Comments
 (0)