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"