oop: fix duckdns update

main
CPunch 5 months ago
parent 9506f24bcc
commit 0b33718f73

@ -1,2 +1,2 @@
#!/bin/sh
curl -I https://duckdns.org/update/{{ duck_domain }}/{{ duck_token }}
curl -I "https://duckdns.org/update/{{ duck_domain }}/{{ duck_token }}"
Loading…
Cancel
Save