From 8fac468bb4f7fe00fef255ddb32a18a80e920f1f Mon Sep 17 00:00:00 2001 From: Stephen Kirby Date: Fri, 13 Oct 2023 19:18:46 +0000 Subject: [PATCH] printing arr --- code-server/run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code-server/run.sh b/code-server/run.sh index ee9dfc0..e1dcfe7 100755 --- a/code-server/run.sh +++ b/code-server/run.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash -# EXTENSIONS=("${EXTENSIONS}") -EXTENSIONS=',' read -ra arr <<< "$EXTENSIONS" +EXTENSIONS=("${EXTENSIONS}") +EXTENSIONS=',' read -ra arr <<< "$${EXTENSIONS}" BOLD='\033[0;1m' CODE='\033[36;40;1m' RESET='\033[0m'