1
0
Fork 0
mirror of https://github.com/tunix/digitalocean-dyndns synced 2024-05-04 08:43:37 +00:00

Merge pull request #14 from otherguy/patch-1

Update dyndns.sh
This commit is contained in:
Alper Kanat 2020-12-13 23:01:57 +03:00 committed by GitHub
commit a5ae5cfe52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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