From a9e3520df1b19802f41193917a5f03fb36f2caa6 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Sun, 8 Jun 2025 17:10:20 +0200 Subject: [PATCH] zot: fix missing var (Dev -> Main) (#5056) --- install/zot-registry-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/zot-registry-install.sh b/install/zot-registry-install.sh index f8d56190d..beaf3ea91 100644 --- a/install/zot-registry-install.sh +++ b/install/zot-registry-install.sh @@ -31,7 +31,7 @@ $STD htpasswd -b -B -c /etc/zot/htpasswd admin "$ZOTPASSWORD" echo "Zot User: admin" echo "Zot Password: $ZOTPASSWORD" } >>~/zot.creds -echo "${RELEASE}" >~/.${APP} +echo "${RELEASE}" >~/.${APPLICATION} msg_ok "Installed Zot Registry" msg_info "Setup Service"