From 7b814adc983506a658c494807830ee43d2615557 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 22 Jul 2025 09:42:39 +0200 Subject: [PATCH] Update linkstack.sh --- ct/linkstack.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ct/linkstack.sh b/ct/linkstack.sh index 731033bf..fb421c8e 100644 --- a/ct/linkstack.sh +++ b/ct/linkstack.sh @@ -24,7 +24,7 @@ function update_script() { check_container_storage check_container_resources - if [[ ! -f /.linkstack ]]; then + if [[ ! -f ~/.linkstack ]]; then msg_error "No ${APP} Installation Found!" exit fi @@ -62,7 +62,6 @@ function update_script() { exit } - start build_container description