Run curl in silent mode
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
curl "$GOTIFY_ADDRESS/message" \
|
curl -s "$GOTIFY_ADDRESS/message" \
|
||||||
-X POST \
|
-X POST \
|
||||||
-H "X-Gotify-Key: $GOTIFY_TOKEN" \
|
-H "X-Gotify-Key: $GOTIFY_TOKEN" \
|
||||||
-F "title=IP Address updated" \
|
-F "title=IP Address updated" \
|
||||||
|
|||||||
Reference in New Issue
Block a user