Update install/openziti-tunnel-install.sh

Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com>
This commit is contained in:
CanbiZ 2025-03-20 21:39:35 +01:00 committed by GitHub
parent 279efd931b
commit 208cf0e71c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,7 +34,7 @@ if [[ ${prompt} ]]; then
msg_info "Adding identity"
echo "${prompt}" > /opt/openziti/etc/identities/identity.jwt
chown ziti:ziti /opt/openziti/etc/identities/identity.jwt
systemctl enable -q --now ziti-edge-tunnel.service
systemctl enable -q --now ziti-edge-tunnel
msg_ok "Service Started"
else
systemctl enable ziti-edge-tunnel.service