mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-12-01 11:49:51 +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
|