Files
NetAlertX/install/crontab
jokob-sk 08b163ebe4
Some checks are pending
docker / docker_dev (push) Waiting to run
🛠Maintenance refactor
2024-06-29 14:39:12 +10:00

6 lines
156 B
Plaintext
Executable File

# Schedule cron jobs
* * * * * /app/back/cron_script.sh
* * * * * echo "$(date +'%Y-%m-%d %H:%M:%S') - Cron job ran" >> /app/front/log/cron_timestamp.log