From 5f4f832af65aeb75773fef6a34a8c52cacb2c0a0 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sun, 9 Nov 2025 17:00:26 -0800 Subject: [PATCH] Update install.sh --- install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install.sh b/install.sh index 1af3301..c4f4f78 100755 --- a/install.sh +++ b/install.sh @@ -457,8 +457,8 @@ if [[ $(echo "${embedded}" | grep -i "^n") ]]; then printf "sudo systemctl disable %s.service\n" "$service" >> install_notes.txt printf "sudo systemctl disable %s.service\n" "$service" >> install_notes.txt printf "\n older chron statment to run the report generator hourly:\n" >> install_notes.txt - printf "0 * * * * /usr/bin/python3 $program_path/etc/report_generator5.py" >> install_notes.txt - printf " to edit crontab run 'crontab -e'\n" >> install_notes.txt + #printf "0 * * * * /usr/bin/python3 $program_path/etc/report_generator5.py" >> install_notes.txt + #printf " to edit crontab run 'crontab -e'\n" >> install_notes.txt printf "\nmesh_bot_reporting.timer installed to run daily at 4:20 am\n" >> install_notes.txt printf "Check timer status: systemctl status mesh_bot_reporting.timer\n" >> install_notes.txt printf "List all timers: systemctl list-timers\n" >> install_notes.txt @@ -493,8 +493,8 @@ else printf "sudo systemctl stop %s.service\n" "$service" >> install_notes.txt printf "sudo systemctl disable %s.service\n" "$service" >> install_notes.txt printf "older crontab to run the report generator hourly:" >> install_notes.txt - printf "0 * * * * /usr/bin/python3 $program_path/etc/report_generator5.py" >> install_notes.txt - printf " to edit crontab run 'crontab -e'" >> install_notes.txt + #printf "0 * * * * /usr/bin/python3 $program_path/etc/report_generator5.py" >> install_notes.txt + #printf " to edit crontab run 'crontab -e'" >> install_notes.txt printf "\nmesh_bot_reporting.timer installed to run daily at 4:20 am\n" >> install_notes.txt printf "Check timer status: systemctl status mesh_bot_reporting.timer\n" >> install_notes.txt printf "List all timers: systemctl list-timers\n" >> install_notes.txt