From f09195a1018eb438ee40ff688f1c81f00dfb84e7 Mon Sep 17 00:00:00 2001 From: Masoko Date: Sat, 25 May 2024 08:50:23 +0300 Subject: [PATCH] update installation complete message (#121) --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 13bf43a..ec5a8df 100755 --- a/install.sh +++ b/install.sh @@ -221,6 +221,8 @@ main(){ done printm "Installation is complete." + echo "rpi-mqtt-monitor is now running and sending information to your MQTT broker." + echo "To see all available options run: rpi-mqtt-monitor -h in the terminal." } main