docker_images/uptime/check/launch.sh

5 lines
125 B
Bash
Raw Normal View History

2021-05-13 16:32:05 +02:00
#!/bin/bash
printenv >> /etc/environment
crontab ./crontab && touch /var/log/cron.log && crond && tail -f /var/log/cron.log