From ed93e276615f12bd00f366ad22040bf23d40a52a Mon Sep 17 00:00:00 2001 From: Tudor Sitaru Date: Tue, 23 Dec 2025 13:30:00 +0000 Subject: [PATCH] fixing bash script python path --- scripts/crontab | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/crontab b/scripts/crontab index dc7d76c..5c928cb 100644 --- a/scripts/crontab +++ b/scripts/crontab @@ -1,4 +1,7 @@ # ParentZone Downloaders Cron Schedule +SHELL=/bin/bash +PATH=/usr/local/bin:/usr/bin:/bin + # Run both downloaders daily at 2:00 AM 0 2 * * * /app/scripts/scheduler.sh >> /var/log/cron.log 2>&1