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