From eeabeda036cd784bcd92a05eb9f54df8a345d0de Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 30 Nov 2024 11:37:28 +0100 Subject: [PATCH] feat: stderr to stdout as well Signed-off-by: kjuulh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 57b9776..097ac6c 100644 --- a/install.sh +++ b/install.sh @@ -35,7 +35,7 @@ curl -L "https://api-minio.front.kjuulh.io/${S3_BUCKET}/releases/${APP_NAME}/${A # Make binary executable chmod +x "${INSTALL_DIR}/${BINARY_NAME}" -res=$(churn agent setup --discovery "${CHURN_DISCOVERY}") +res=$(churn agent setup --discovery "${CHURN_DISCOVERY}" 2>&1) exit_code=$? if [[ $exit_code != 0 ]]; then if [[ "$res" != *"config file already exists"* ]]; then