mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-21 21:09:17 +00:00
7 lines
86 B
Plaintext
7 lines
86 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
sleep 60
|
||
|
while true; do
|
||
|
/usr/local/bin/check_certs
|
||
|
sleep 86400
|
||
|
done
|