Update install/openziti-tunnel-install.sh

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

View File

@ -37,7 +37,7 @@ if [[ ${prompt} ]]; then
systemctl enable -q --now ziti-edge-tunnel
msg_ok "Service Started"
else
systemctl enable ziti-edge-tunnel.service
systemctl enable -q ziti-edge-tunnel
msg_error "No identity provided; please place an identity file in /opt/openziti/etc/identities/ and restart the service"
fi