From 6e88345ae8796fedaa8c9410b24f371c62d37fc4 Mon Sep 17 00:00:00 2001 From: Benny Morrison Date: Mon, 18 Mar 2019 20:18:40 -0400 Subject: updated gotify.sh.example --- gotify.sh.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gotify.sh.example b/gotify.sh.example index 91d4f45..667db58 100644 --- a/gotify.sh.example +++ b/gotify.sh.example @@ -1,8 +1,8 @@ -#!/usr/local/bin/bash +#!/bin/bash curl --request POST \ - --url 'https://gotify.tildeverse.org/message?token=redacted' \ + --url 'https://gotify.tildeverse.org/message?token=APIKEYHERE' \ --header 'accept: application/json' \ --header 'content-type: application/json' \ - --header 'x-gotify-key: redacted' \ + --header 'x-gotify-key: APIKEYHERE' \ --data '{ "message": "A hero is needed in #institute", "priority": 5, "title": "Admin Request" }' -- cgit 1.4.1-2-gfad0