From 7eb629676b4f6edaa3cdd7b1af9f6a22d23db41f Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Thu, 2 Jan 2025 22:11:49 -0800 Subject: [PATCH] Update install.sh --- install.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/install.sh b/install.sh index 500c68e..c34a4e9 100755 --- a/install.sh +++ b/install.sh @@ -262,15 +262,15 @@ else # Set up the meshing around service printf "To install the meshing around service and keep notes, copy and paste the following commands:\n\n" - printf "sudo cp /opt/meshing-around/meshing-around.service /etc/systemd/system/meshing-around.service\n" + printf "sudo cp /opt/meshing-around/mesh_bot.service /etc/systemd/system/mesh_bot.service\n" printf "sudo systemctl daemon-reload\n" - printf "sudo systemctl enable meshing-around.service\n" - printf "sudo systemctl start meshing-around.service\n" - printf "sudo systemctl status meshing-around.service\n\n" + printf "sudo systemctl enable mesh_bot.service\n" + printf "sudo systemctl start mesh_bot.service\n" + printf "sudo systemctl status mesh_bot.service\n\n" printf "To see logs and stop the service:\n" - printf "sudo journalctl -u meshing-around.service\n" - printf "sudo systemctl stop meshing-around.service\n" - printf "sudo systemctl disable meshing-around.service\n" + printf "sudo journalctl -u mesh_bot.service\n" + printf "sudo systemctl stop mesh_bot.service\n" + printf "sudo systemctl disable mesh_bot.service\n" fi printf "\nInstallation complete!\n"