From eb8143f2983b2fe08384cbfcc10d97f20857183b Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Fri, 27 Dec 2024 13:36:15 -0800 Subject: [PATCH] Update install.sh --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index b0f00f1..ba5e1eb 100755 --- a/install.sh +++ b/install.sh @@ -173,6 +173,7 @@ if [ $bot == "pong" ]; then sudo cp etc/pong_bot.service /etc/systemd/system/ sudo systemctl enable pong_bot.service sudo systemctl daemon-reload + echo "to start pong bot service: systemctl start pong_bot" fi if [ $bot == "mesh" ]; then @@ -180,6 +181,7 @@ if [ $bot == "mesh" ]; then sudo cp etc/mesh_bot.service /etc/systemd/system/ sudo systemctl enable mesh_bot.service sudo systemctl daemon-reload + echo "to start mesh bot service: systemctl start mesh_bot" fi # check if running on embedded