From 4f4e490670f9160f11c6dea8522d78020e86b1a0 Mon Sep 17 00:00:00 2001 From: Reuben Miller Date: Sun, 13 Aug 2023 09:27:54 +0200 Subject: [PATCH] feat(install): show generic service control instructions instead of a specific service --- install-services.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install-services.sh b/install-services.sh index f74bda5..28b6615 100755 --- a/install-services.sh +++ b/install-services.sh @@ -359,13 +359,13 @@ main() { echo "You can manage the services via the tedgectl utility" echo echo "Enable a service" - echo " tedgectl enable mosquitto" + echo " tedgectl enable " echo echo "Start a service" - echo " tedgectl start mosquitto" + echo " tedgectl start " echo echo "Stop a service" - echo " tedgectl stop mosquitto" + echo " tedgectl stop " echo echo "You can go to our documentation to find next steps: https://thin-edge.github.io/thin-edge.io/start/getting-started" fi