From b0fec59b8961845dc4464c1a7c6607dda39467e7 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Thu, 27 Jun 2024 11:17:03 -0700 Subject: [PATCH] Update install_service.sh --- etc/install_service.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/install_service.sh b/etc/install_service.sh index 2edd5eb..d8b083c 100644 --- a/etc/install_service.sh +++ b/etc/install_service.sh @@ -18,3 +18,5 @@ if [ $bot == "mesh" ]; then sudo cp etc/mesh_bot.service /etc/systemd/system/ exit 0 fi + +# reminder to change the .service file to proper path for the bot \ No newline at end of file