From fa1bbf56552cb8eb2db1595304a21a6950226452 Mon Sep 17 00:00:00 2001 From: Edward Moscardini <57814088+emoscardini@users.noreply.github.com> Date: Thu, 20 Mar 2025 16:45:35 -0400 Subject: [PATCH] Update install/openziti-tunnel-install.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com> --- install/openziti-tunnel-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/openziti-tunnel-install.sh b/install/openziti-tunnel-install.sh index 2b5bee4..d840524 100644 --- a/install/openziti-tunnel-install.sh +++ b/install/openziti-tunnel-install.sh @@ -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