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