diff --git a/code-server/run.sh b/code-server/run.sh index 40a2b48..d02ca15 100755 --- a/code-server/run.sh +++ b/code-server/run.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash -# EXTENSIONS=("${EXTENSIONS}") -IFS=',' read -ra arr <<< "$EXTENSIONS" +EXTENSIONS=("${EXTENSIONS}") +IFS=',' read -ra arr <<< "$${EXTENSIONS}" BOLD='\033[0;1m' CODE='\033[36;40;1m' RESET='\033[0m'