From 5683b00f543d1f4f287ae0273ecfdca6dce16eb5 Mon Sep 17 00:00:00 2001 From: Kyle Kroboth Date: Wed, 12 Mar 2025 23:07:46 -0400 Subject: [PATCH] test: undo testing --- ct/fileflows.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ct/fileflows.sh b/ct/fileflows.sh index 3bcda8e..967fb2f 100644 --- a/ct/fileflows.sh +++ b/ct/fileflows.sh @@ -31,8 +31,7 @@ function update_script() { fi UPDATE_AVAILABLE=$(curl -s -X 'GET' "http://localhost:19200/api/status/update-available" -H 'accept: application/json' | jq .UpdateAvailable) - msg_error $UPDATE_AVAILABLE - if [[ "${UPDATE_AVAILABLE}" == "false" ]]; then + if [[ "${UPDATE_AVAILABLE}" == "true" ]]; then msg_info "Stopping $APP" systemctl stop fileflows msg_ok "Stopped $APP"