From 68f6f35a0d1525d38d2af009e44f3928997622b4 Mon Sep 17 00:00:00 2001 From: Kyle Kroboth Date: Wed, 12 Mar 2025 22:59:28 -0400 Subject: [PATCH] fix: use localhost --- ct/fileflows.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/fileflows.sh b/ct/fileflows.sh index 6f70fda3..967fb2f9 100644 --- a/ct/fileflows.sh +++ b/ct/fileflows.sh @@ -30,7 +30,7 @@ function update_script() { exit fi - UPDATE_AVAILABLE=$(curl -s -X 'GET' "http://${IP}:19200/api/status/update-available" -H 'accept: application/json' | jq .UpdateAvailable) + UPDATE_AVAILABLE=$(curl -s -X 'GET' "http://localhost:19200/api/status/update-available" -H 'accept: application/json' | jq .UpdateAvailable) if [[ "${UPDATE_AVAILABLE}" == "true" ]]; then msg_info "Stopping $APP" systemctl stop fileflows