From 18ff44116e1668e15b6d6f45aa241a81cca7ce9f Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 18 Mar 2023 22:23:08 -0500 Subject: [PATCH] Update default.inc --- default.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/default.inc b/default.inc index 9738f63..c9bb158 100755 --- a/default.inc +++ b/default.inc @@ -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 & }