We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08230e9 commit a9e3520Copy full SHA for a9e3520
install/zot-registry-install.sh
@@ -31,7 +31,7 @@ $STD htpasswd -b -B -c /etc/zot/htpasswd admin "$ZOTPASSWORD"
31
echo "Zot User: admin"
32
echo "Zot Password: $ZOTPASSWORD"
33
} >>~/zot.creds
34
-echo "${RELEASE}" >~/.${APP}
+echo "${RELEASE}" >~/.${APPLICATION}
35
msg_ok "Installed Zot Registry"
36
37
msg_info "Setup Service"
0 commit comments