fixing bash script python path
All checks were successful
Build Docker Image / build (push) Successful in 2m31s
All checks were successful
Build Docker Image / build (push) Successful in 2m31s
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
# ParentZone Downloaders Cron Schedule
|
# ParentZone Downloaders Cron Schedule
|
||||||
|
SHELL=/bin/bash
|
||||||
|
PATH=/usr/local/bin:/usr/bin:/bin
|
||||||
|
|
||||||
# Run both downloaders daily at 2:00 AM
|
# Run both downloaders daily at 2:00 AM
|
||||||
0 2 * * * /app/scripts/scheduler.sh >> /var/log/cron.log 2>&1
|
0 2 * * * /app/scripts/scheduler.sh >> /var/log/cron.log 2>&1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user