From ffed8f67de60bfadada89d6eabd78032dea5c8c0 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 6 Mar 2025 12:14:00 +0100 Subject: [PATCH] fix update path check --- ct/inventree.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/inventree.sh b/ct/inventree.sh index 5bc1f9b..ff0f2d9 100644 --- a/ct/inventree.sh +++ b/ct/inventree.sh @@ -24,7 +24,7 @@ function update_script() { check_container_storage check_container_resources - if [[ ! -d "/opt/habitica" ]]; then + if [[ ! -d "/opt/inventree" ]]; then msg_error "No ${APP} Installation Found!" exit fi