zot: fix missing var (Dev -> Main) (#5056)

This commit is contained in:
CanbiZ
2025-06-08 17:10:20 +02:00
committed by GitHub
parent 08230e9089
commit a9e3520df1

View File

@ -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"