mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-10 18:02:55 +00:00
6 lines
230 B
Bash
Executable File
6 lines
230 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "$(date "+%Y-%m-%d %H:%M:%S")" > /var/www/docker/crontab/last.log
|
|
curl "http://127.0.0.1:20000/crontab" >> /var/www/docker/crontab/last.log
|
|
echo "\n$(date "+%Y-%m-%d %H:%M:%S")" >> /var/www/docker/crontab/last.log
|