remove push server domain
This commit is contained in:
parent
1d2c4a30bf
commit
a374c65e6e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue