From cf85c95ae506e8fb71726516617c2b52bb00de1e Mon Sep 17 00:00:00 2001 From: tremor021 Date: Tue, 25 Mar 2025 20:48:59 +0100 Subject: [PATCH] Update tinyauth --- ct/alpine-tinyauth.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ct/alpine-tinyauth.sh b/ct/alpine-tinyauth.sh index 88452c5..6ce6f1c 100644 --- a/ct/alpine-tinyauth.sh +++ b/ct/alpine-tinyauth.sh @@ -21,6 +21,10 @@ catch_errors function update_script() { header_info + if [ ! -d /opt/tinyauth ]; then + msg_error "No ${APP} Installation Found!" + exit 1 + fi msg_info "Updating Alpine Packages" $STD apk update && apk upgrade msg_ok "Updated Alpine Packages"