aboutsummaryrefslogtreecommitdiffstats
path: root/daily-psk.local
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2020-11-26 23:02:15 +0100
committerGravatar Christian Hesse <mail@eworm.de>2020-11-26 23:04:05 +0100
commitca4e25283fa7a3c72d4b678cd0e5781f71cfed7e (patch)
tree87892cbd20b3f1d8911676c9cf15752b3b30ec47 /daily-psk.local
parentd09baddac30b8221ed34db41b9f0536daf83a084 (diff)
global-functions: clickable links in telegram notifications
Diffstat (limited to 'daily-psk.local')
-rw-r--r--daily-psk.local4
1 files changed, 2 insertions, 2 deletions
diff --git a/daily-psk.local b/daily-psk.local
index 13a878e..d51d5f6 100644
--- a/daily-psk.local
+++ b/daily-psk.local
@@ -93,8 +93,8 @@ $WaitFullyConnected;
"SSID: " . $Ssid . "\n" . \
"PSK: " . $NewPsk . "\n" . \
"Date: " . $Date . "\n\n" . \
- "A client device specific rule must not exist!\n\n" . \
- $Url) $Attach;
+ "A client device specific rule must not exist!") \
+ $Url $Attach;
}
}
}