Skip to content
Snippets Groups Projects
Commit b95770d7 authored by egon w. stemle's avatar egon w. stemle :robot:
Browse files

Fix let's encrypt certificate error

parent f3507d10
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ cron_hack(){
timeout -k 30 300 make send_info | tee -a $LOG
date >> $LOG
echo "INIT DONE."
wget https://healthchecks.local.iiegn.eu/ping/24a81cdc-2906-4faa-89b3-0d57541abef6 -T 10 -t 5 -O /dev/null
wget --no-check-certificate https://healthchecks.local.iiegn.eu/ping/24a81cdc-2906-4faa-89b3-0d57541abef6 -T 10 -t 5 -O /dev/null
set +x
sleep 86400
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment