From 06c22e72f0b6bbe5d861516e677bdb7622567194 Mon Sep 17 00:00:00 2001 From: tremor021 Date: Thu, 24 Apr 2025 19:37:18 +0200 Subject: [PATCH] Update tinyauth update procedure --- ct/alpine-tinyauth.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/alpine-tinyauth.sh b/ct/alpine-tinyauth.sh index 2984c96..057f839 100644 --- a/ct/alpine-tinyauth.sh +++ b/ct/alpine-tinyauth.sh @@ -20,7 +20,7 @@ color catch_errors function update_script() { - if [ ! -d /opt/tinyauth ]; then + if [[ ! -d /opt/tinyauth ]]; then msg_error "No ${APP} Installation Found!" exit 1 fi