1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-07-26 02:45:38 +00:00
Files
dockerfiles/reverse/rootfs/etc/s6.d/check_certs/run

7 lines
86 B
Plaintext
Raw Normal View History

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