From d055c35c96bee1f6c595bd2fa80e9578de6a2475 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sun, 11 May 2025 13:07:52 -0700 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index a6c4034..df4fbce 100755 --- a/install.sh +++ b/install.sh @@ -4,7 +4,7 @@ # install.sh cd "$(dirname "$0")" program_path=$(pwd) -chronjob="0 1 * * * /usr/bin/python3 $program_path/report_generator5.py" +chronjob="0 1 * * * /usr/bin/python3 $program_path/etc/report_generator5.py" printf "\n########################" printf "\nMeshing Around Installer\n" printf "########################\n"