aboutsummaryrefslogtreecommitdiffstats
path: root/daily-psk.local
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2019-06-13 08:14:03 +0200
committerGravatar Christian Hesse <mail@eworm.de>2019-06-13 08:14:03 +0200
commit2252058202e66051aa6cd4b6dac6d885da9167e8 (patch)
tree91f0f821af162abd6da2f5b911bbd6d3634b7c2a /daily-psk.local
parent44836ccf04b098d44b3e3f3a5f9b51b6bf1824fd (diff)
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!
Diffstat (limited to 'daily-psk.local')
-rw-r--r--daily-psk.local1
1 files changed, 1 insertions, 0 deletions
diff --git a/daily-psk.local b/daily-psk.local
index 78f7868..a8b41e1 100644
--- a/daily-psk.local
+++ b/daily-psk.local
@@ -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;
}
}