1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-05-05 19:59:16 +00:00

7 lines
86 B
Plaintext
Raw Normal View History

#!/bin/sh
sleep 60
while true; do
/usr/local/bin/check_certs
sleep 86400
done