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