You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
rDrama/cron-d.sh

8 lines
198 B

#!/bin/bash
LOG='/var/log/rdrama/cron.log'
echo -e "\n======================================== $1 === $(date --iso-8601=minutes)" >> "$LOG"
source .env
/usr/local/bin/flask cron $1 >>"$LOG" 2>&1