diff --git a/mounts/ddclient/data/postscript_gotify.sh b/mounts/ddclient/data/postscript_gotify.sh index a043c4e..0773400 100755 --- a/mounts/ddclient/data/postscript_gotify.sh +++ b/mounts/ddclient/data/postscript_gotify.sh @@ -1,5 +1,5 @@ #!/bin/bash -curl "$GOTIFY_ADDRESS/message" \ +curl -s "$GOTIFY_ADDRESS/message" \ -X POST \ -H "X-Gotify-Key: $GOTIFY_TOKEN" \ -F "title=IP Address updated" \