diff --git a/startupscript/butane/006-start-proxy-agent.sh b/startupscript/butane/006-start-proxy-agent.sh index 21ed032..07dd018 100644 --- a/startupscript/butane/006-start-proxy-agent.sh +++ b/startupscript/butane/006-start-proxy-agent.sh @@ -38,7 +38,7 @@ fi source /home/core/metadata-utils.sh TERRA_SERVER="$(get_metadata_value "terra-cli-server" "")" readonly TERRA_SERVER -if [[ "${TERRA_SERVER}" == "verily-devel" ]]; then +if [[ "${TERRA_SERVER}" == "dev-stable" ]]; then OPTIONS+=("--debug=true") fi readonly OPTIONS