1
0
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:
Christian Hesse
2019-06-13 08:14:03 +02:00
parent 44836ccf04
commit 2252058202
3 changed files with 3 additions and 0 deletions

@ -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;
}
}