From 0492f76d0d869f716d197f68e74b8b7d4d9bed34 Mon Sep 17 00:00:00 2001 From: Edward Moscardini Date: Wed, 26 Mar 2025 13:59:19 -0400 Subject: [PATCH] changed error message to say restart container --- install/openziti-controller-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/openziti-controller-install.sh b/install/openziti-controller-install.sh index 17b4e60..2e00c21 100644 --- a/install/openziti-controller-install.sh +++ b/install/openziti-controller-install.sh @@ -34,7 +34,7 @@ if [[ ${prompt,,} =~ ^(y|yes)$ ]]; then systemctl enable -q --now ziti-controller else systemctl enable -q ziti-controller - msg_err "Configration not provided; Please run /opt/openziti/etc/controller/bootstrap.bash to configure the controller and restart the service" + msg_err "Configration not provided; Please run /opt/openziti/etc/controller/bootstrap.bash to configure the controller and restart the container" fi motd_ssh