Skip to content

Commit

Permalink
comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
maksimstojkovic committed Dec 6, 2019
1 parent 40e1f43 commit 384e5c3
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
Empty file modified .github/workflows/docker-autobuild.yml
100644 → 100755
Empty file.
Empty file modified Dockerfile
100644 → 100755
Empty file.
Empty file modified LICENSE
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
Empty file modified scripts/start.sh
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion scripts/update.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if [ -z "$DUCKDNS_SUBDOMAIN" ]; then
exit 1
fi

# Loop update infinitely
# Loop update process
while :; do
echo url="https://www.duckdns.org/update?domains=${DUCKDNS_SUBDOMAIN}&token=${DUCKDNS_TOKEN}&ip=" | curl -ks -o /scripts/duck.log -K -

Expand Down

0 comments on commit 384e5c3

Please sign in to comment.