From 208cf0e71cdf18166f7ce610581ad22a86b0b9d1 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 20 Mar 2025 21:39:35 +0100 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 a53a9c7..2b5bee4 100644 --- a/install/openziti-tunnel-install.sh +++ b/install/openziti-tunnel-install.sh @@ -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