@huber70
I visited the manual (and read it this time). The only way to retry this (that I could think of) is as follows:
crontab -e
replace old line with:
Code:
5 * * * * curl "https://freemyip.com/update?token=xxxxxxxxxxxxxxxxxxxxxxxx&domain=huber70.freemyip.com" >/dev/null 2>&1
Notice the
" " before https an after .com!