mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-09 17:44:29 +02:00
daily-psk: decrease indention in notification
This commit is contained in:
parent
ca7a592dfd
commit
169c1ab6e1
4 changed files with 12 additions and 12 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -80,9 +80,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;
|
||||
}
|
||||
|
|
|
@ -96,9 +96,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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue