aboutsummaryrefslogtreecommitdiffstats
path: root/daily-psk.wifi.rsc
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2024-05-15 15:51:34 +0200
committerGravatar Christian Hesse <mail@eworm.de>2024-05-15 15:52:28 +0200
commit169c1ab6e1fce71c50cc4eaadeaae7cc685ee7bc (patch)
tree882f1c7d143dafdb5ae854f833748fc51d41f546 /daily-psk.wifi.rsc
parentca7a592dfd9f19e07bbabc32d999b604bff0d0c9 (diff)
daily-psk: decrease indention in notification
Diffstat (limited to 'daily-psk.wifi.rsc')
-rw-r--r--daily-psk.wifi.rsc6
1 files changed, 3 insertions, 3 deletions
diff --git a/daily-psk.wifi.rsc b/daily-psk.wifi.rsc
index 9b938dc..9c28e9c 100644
--- a/daily-psk.wifi.rsc
+++ b/daily-psk.wifi.rsc
@@ -81,9 +81,9 @@
$SendNotification2 ({ origin=$ScriptName; \
subject=([ $SymbolForNotification "calendar" ] . "daily PSK " . $Ssid); \
message=("This is the daily PSK on " . $Identity . ":\n\n" . \
- [ $FormatLine "SSID" $Ssid ] . "\n" . \
- [ $FormatLine "PSK" $NewPsk ] . "\n" . \
- [ $FormatLine "Date" $Date ] . "\n\n" . \
+ [ $FormatLine "SSID" $Ssid 8 ] . "\n" . \
+ [ $FormatLine "PSK" $NewPsk 8 ] . "\n" . \
+ [ $FormatLine "Date" $Date 8 ] . "\n\n" . \
"A client device specific rule must not exist!"); link=$Link });
:set ($Seen->$Ssid) 1;
}