mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-11 09:54:36 +00:00
zot: fix missing var (Dev -> Main) (#5056)
This commit is contained in:
parent
08230e9089
commit
a9e3520df1
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ $STD htpasswd -b -B -c /etc/zot/htpasswd admin "$ZOTPASSWORD"
|
||||||
echo "Zot User: admin"
|
echo "Zot User: admin"
|
||||||
echo "Zot Password: $ZOTPASSWORD"
|
echo "Zot Password: $ZOTPASSWORD"
|
||||||
} >>~/zot.creds
|
} >>~/zot.creds
|
||||||
echo "${RELEASE}" >~/.${APP}
|
echo "${RELEASE}" >~/.${APPLICATION}
|
||||||
msg_ok "Installed Zot Registry"
|
msg_ok "Installed Zot Registry"
|
||||||
|
|
||||||
msg_info "Setup Service"
|
msg_info "Setup Service"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue