invalid character debug
This commit is contained in:
@@ -66,6 +66,7 @@ resource "coder_script" "code-server" {
|
||||
agent_id = var.agent_id
|
||||
display_name = "code-server"
|
||||
icon = "/icon/code.svg"
|
||||
shell = "bash"
|
||||
script = templatefile("${path.module}/run.sh", {
|
||||
VERSION : var.install_version,
|
||||
EXTENSIONS : join(",", var.extensions),
|
||||
|
||||
@@ -8,11 +8,9 @@ RESET='\033[0m'
|
||||
|
||||
printf "$${BOLD}Installing code-server!\n"
|
||||
|
||||
# printf "$${BOLD}extensions: $${EXTENSIONS}\n"
|
||||
|
||||
for ext in "${exts[@]}"; do
|
||||
printf "$${BOLD}extension: $${ext}\n"
|
||||
done
|
||||
# for ext in "${exts[@]}"; do
|
||||
# printf "$${BOLD}extension: $${ext}\n"
|
||||
# done
|
||||
|
||||
ARGS=(
|
||||
"--method=standalone"
|
||||
|
||||
Reference in New Issue
Block a user