From 569fee52e6cce18c3435fe12483ec4df56e7a8b5 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 30 Nov 2024 11:36:10 +0100 Subject: [PATCH] feat: this should work Signed-off-by: kjuulh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 0e2296e..57b9776 100644 --- a/install.sh +++ b/install.sh @@ -38,7 +38,7 @@ chmod +x "${INSTALL_DIR}/${BINARY_NAME}" res=$(churn agent setup --discovery "${CHURN_DISCOVERY}") exit_code=$? if [[ $exit_code != 0 ]]; then - if [[ "$res" != *"Error: config file already exists"* ]]; then + if [[ "$res" != *"config file already exists"* ]]; then echo "$res" exit 1 fi