From e28f5a977d918106326ee04a4be1f83abeb9ed3a Mon Sep 17 00:00:00 2001 From: Edward Moscardini Date: Tue, 25 Mar 2025 16:58:29 -0400 Subject: [PATCH] correct path in update script function --- ct/openziti-tunnel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/openziti-tunnel.sh b/ct/openziti-tunnel.sh index 87265c9..6ab46c1 100644 --- a/ct/openziti-tunnel.sh +++ b/ct/openziti-tunnel.sh @@ -23,7 +23,7 @@ function update_script() { header_info check_container_storage check_container_resources - if [[ ! -d /var ]]; then + if [[ ! -d /opt/openziti ]]; then msg_error "No ${APP} Installation Found!" exit fi