From a1195dbbe81fac3caec430674a01a75cd0d2fb3a Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 27 May 2025 14:45:40 +0200 Subject: [PATCH] fix --- ct/linkwarden.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/linkwarden.sh b/ct/linkwarden.sh index 64e4741..589bbd2 100644 --- a/ct/linkwarden.sh +++ b/ct/linkwarden.sh @@ -22,7 +22,7 @@ function update_script() { header_info check_container_storage check_container_resources - if [[ ! -d /opt/linkwarden ]]; then + if [[ ! -d /opt/Linkwarden ]]; then msg_error "No ${APP} Installation Found!" exit fi