aboutsummaryrefslogtreecommitdiffstats
path: root/daily-psk
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2018-11-27 14:08:14 +0100
committerGravatar Christian Hesse <mail@eworm.de>2018-11-28 21:19:39 +0100
commit6e4d7159378259a521e467504509de871381d078 (patch)
tree9fcf9938cbf64949f5022a268b9249e3b0cbba17 /daily-psk
parentc4f8c1ad52cd629f39009848610d31b320bfda03 (diff)
global-functions: add identity tag in $SendNotification
... and send subject in telegram message.
Diffstat (limited to 'daily-psk')
-rw-r--r--daily-psk2
1 files changed, 1 insertions, 1 deletions
diff --git a/daily-psk b/daily-psk
index 37302d8..ca1702e 100644
--- a/daily-psk
+++ b/daily-psk
@@ -93,7 +93,7 @@
:set attach "";
}
- $SendNotification ("[" . $identity . "] daily PSK " . $ssid) \
+ $SendNotification ("daily PSK " . $ssid) \
("This is the daily PSK on " . $identity . ":\n\n" . \
"SSID: " . $ssid . "\n" . \
"PSK: " . $newpsk . "\n" . \