Oisann / digitalocean-dns

Automatically update a dns record on DigitalOcean when your IP changes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Only do the update once, if the sleep interval is set to 0

Oisann opened this issue · comments

To easily allow the use of cron jobs. It would basically not run the while loop if the sleep interval is <= 0. Just run once, and then quit.