changed error message to say restart container

This commit is contained in:
Edward Moscardini 2025-03-26 13:59:19 -04:00
parent 9089a5b7c2
commit 0492f76d0d
No known key found for this signature in database
GPG Key ID: A00DAB80E4E936C9

View File

@ -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