mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-10 17:34:41 +00:00
Update zitadel-install.sh (#7284)
This commit is contained in:
parent
4228cb99db
commit
953bbd7978
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ systemctl enable -q zitadel
|
||||||
msg_ok "Created Services"
|
msg_ok "Created Services"
|
||||||
|
|
||||||
msg_info "Zitadel initial setup"
|
msg_info "Zitadel initial setup"
|
||||||
$STD zitadel start-from-init --masterkeyFile /opt/zitadel/.masterkey --config /opt/zitadel/config.yaml
|
zitadel start-from-init --masterkeyFile /opt/zitadel/.masterkey --config /opt/zitadel/config.yaml &>/dev/null &
|
||||||
sleep 60
|
sleep 60
|
||||||
kill $(lsof -i | awk '/zitadel/ {print $2}' | head -n1)
|
kill $(lsof -i | awk '/zitadel/ {print $2}' | head -n1)
|
||||||
useradd zitadel
|
useradd zitadel
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue