From e7592392438d923e2870a98898c8baf9917ef127 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 30 Nov 2024 11:48:40 +0100 Subject: [PATCH] feat: force update Signed-off-by: kjuulh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index de7f751..04a5361 100644 --- a/install.sh +++ b/install.sh @@ -37,7 +37,7 @@ chmod +x "${INSTALL_DIR}/${BINARY_NAME}" echo "Starting churn agent setup..." set +e -res=$(churn agent setup --discovery "${CHURN_DISCOVERY}" 2>&1) +res=$(churn agent setup --force --discovery "${CHURN_DISCOVERY}" 2>&1) set -e exit_code=$?