Update default.inc

This commit is contained in:
2023-03-18 22:23:08 -05:00
parent 9f4b6964b0
commit 18ff44116e

View File

@@ -194,9 +194,7 @@ push_to_mobile(){
else
PRIORITY=0
fi
APP_TOKEN="aoy7mn74ddfk7ub2tv726zkjfjpxvh"
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 &
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 &
}