1
0
Fork 0
mirror of https://github.com/tunix/digitalocean-dyndns synced 2024-12-22 04:49:52 +00:00

Compare commits

...

2 commits

Author SHA1 Message Date
Alper Kanat
a5ae5cfe52
Merge pull request #14 from otherguy/patch-1
Update dyndns.sh
2020-12-13 23:01:57 +03:00
Alexander Graf
a07892bc59
Update dyndns.sh 2020-12-13 15:55:26 +01:00

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
api_host="https://api.digitalocean.com/v2"
sleep_interval=${SLEEP_INTERVAL:-300}