From cf9ae4500bb4075363f52d733e751e9baef40bc6 Mon Sep 17 00:00:00 2001 From: Bas van den Berg <74251551+bvdberg01@users.noreply.github.com> Date: Fri, 19 Sep 2025 20:09:47 +0200 Subject: [PATCH] Change directory check from /opt/signoz to /opt/warracker --- ct/warracker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/warracker.sh b/ct/warracker.sh index 9da5cf51..c2b2a683 100644 --- a/ct/warracker.sh +++ b/ct/warracker.sh @@ -23,7 +23,7 @@ function update_script() { header_info check_container_storage check_container_resources - if [[ ! -d /opt/signoz ]]; then + if [[ ! -d /opt/warracker ]]; then msg_error "No ${APP} Installation Found!" exit fi