From 405d279df997fc6458cb5ffdd87243fee4eff603 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Mon, 2 Jun 2025 11:11:34 +0200 Subject: [PATCH] Update gitea-mirror.sh --- ct/gitea-mirror.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/gitea-mirror.sh b/ct/gitea-mirror.sh index 4bf236a2..f8486467 100644 --- a/ct/gitea-mirror.sh +++ b/ct/gitea-mirror.sh @@ -24,7 +24,7 @@ function update_script() { header_info check_container_storage check_container_resources - if [[ ! -d /opt/gite-mirror ]]; then + if [[ ! -d /opt/gitea-mirror ]]; then msg_error "No ${APP} Installation Found!" exit fi