From c0bf8b9f3a7bd21628ebdd3d93222b0d0c0b9f8e Mon Sep 17 00:00:00 2001 From: bvdberg01 <74251551+bvdberg01@users.noreply.github.com> Date: Sun, 30 Mar 2025 19:18:47 +0200 Subject: [PATCH] Fix path --- ct/bar-assistant.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/bar-assistant.sh b/ct/bar-assistant.sh index de694ef..c8d1038 100644 --- a/ct/bar-assistant.sh +++ b/ct/bar-assistant.sh @@ -25,7 +25,7 @@ function update_script() { header_info check_container_storage check_container_resources - if [[ ! -d /opt/manyfold ]]; then + if [[ ! -d /opt/bar-assistant ]]; then msg_error "No ${APP} Installation Found!" exit fi