Update default.inc
This commit is contained in:
@@ -194,9 +194,7 @@ push_to_mobile(){
|
|||||||
else
|
else
|
||||||
PRIORITY=0
|
PRIORITY=0
|
||||||
fi
|
fi
|
||||||
APP_TOKEN="aoy7mn74ddfk7ub2tv726zkjfjpxvh"
|
wget https://api.pushover.net/1/messages.json --post-data="token=$PUSHOVER_APP_TOKEN&user=$PUSHOVER_USER_TOKEN&message=$MESSAGE&title=$TITLE&priority=$PRIORITY" -qO- > /dev/null 2>&1 &
|
||||||
USER_TOKEN="ubt1csryf5rwa1j96de8revt2fvw4j"
|
|
||||||
wget https://api.pushover.net/1/messages.json --post-data="token=$APP_TOKEN&user=$USER_TOKEN&message=$MESSAGE&title=$TITLE&priority=$PRIORITY" -qO- > /dev/null 2>&1 &
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user