oop: fix duckdns update

This commit is contained in:
CPunch 2022-11-02 20:24:27 -05:00
parent 9506f24bcc
commit 0b33718f73
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}"