remove push server domain

This commit is contained in:
Roger Pàmies Fabra 2023-01-21 01:29:21 +01:00
parent 1d2c4a30bf
commit a374c65e6e
1 changed files with 1 additions and 1 deletions

View File

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