Update default.inc
This commit is contained in:
+2
-2
@@ -257,8 +257,8 @@ CHECK_HOST(){
|
|||||||
PUSH_TO_MOBILE(){
|
PUSH_TO_MOBILE(){
|
||||||
MESSAGE=${1}
|
MESSAGE=${1}
|
||||||
TITLE=${2}
|
TITLE=${2}
|
||||||
[ "${3}" != "" ] && PATOKEN=${3} || PATOKEN=${PUSHOVER_APP_TOKEN}
|
# [ "${3}" != "" ] && PATOKEN=${3} || PATOKEN=${PUSHOVER_APP_TOKEN}
|
||||||
[ "${4}" != "" ] && PUTOKEN=${4} || PUTOKEN=${PUSHOVER_USER_TOKEN}
|
# [ "${4}" != "" ] && PUTOKEN=${4} || PUTOKEN=${PUSHOVER_USER_TOKEN}
|
||||||
if [ "$3" = "2" ]; then
|
if [ "$3" = "2" ]; then
|
||||||
PRIORITY="${3}&retry=60&expire=600"
|
PRIORITY="${3}&retry=60&expire=600"
|
||||||
MSGSOUND=alien
|
MSGSOUND=alien
|
||||||
|
|||||||
Reference in New Issue
Block a user