From 53fe648a79198960e24a7e015d8e9b0ee52d6ead Mon Sep 17 00:00:00 2001 From: Yu Hu <93544261+yuhuyoyo@users.noreply.github.com> Date: Wed, 12 Mar 2025 11:24:50 -0400 Subject: [PATCH] Enable debug log on proxy agent for dev-stable --- startupscript/butane/006-start-proxy-agent.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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