diff --git a/gotifypush.sh b/gotifypush.sh index d362e84..888ab22 100644 --- a/gotifypush.sh +++ b/gotifypush.sh @@ -9,7 +9,7 @@ PATH=$PATH:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin TITLE=$1 MESSAGE=$2 PRIORITY=$3 -URL="https://push.studi7.com/message?token=$4" +URL="https://push.example.com/message?token=$4" #if url passed by parameter, set to extras if [ -n "$5" ] then