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