mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
daily-psk: add hint about device specific rule
I tricked myself several times... If a more device specific (or just earlier matching) rule exists the daily PSK is not applied!
This commit is contained in:
@ -87,6 +87,7 @@
|
||||
"SSID: " . $Ssid . "\n" . \
|
||||
"PSK: " . $NewPsk . "\n" . \
|
||||
"Date: " . $Date . "\n\n" . \
|
||||
"A client device specific rule must not exist!\n\n" . \
|
||||
$Url) $Attach;
|
||||
}
|
||||
}
|
||||
|
@ -87,6 +87,7 @@
|
||||
"SSID: " . $Ssid . "\n" . \
|
||||
"PSK: " . $NewPsk . "\n" . \
|
||||
"Date: " . $Date . "\n\n" . \
|
||||
"A client device specific rule must not exist!\n\n" . \
|
||||
$Url) $Attach;
|
||||
}
|
||||
}
|
||||
|
@ -93,6 +93,7 @@
|
||||
"SSID: " . $Ssid . "\n" . \
|
||||
"PSK: " . $NewPsk . "\n" . \
|
||||
"Date: " . $Date . "\n\n" . \
|
||||
"A client device specific rule must not exist!\n\n" . \
|
||||
$Url) $Attach;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user