aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2021-07-06 23:51:48 +0200
committerGravatar Christian Hesse <mail@eworm.de>2021-07-07 00:33:36 +0200
commit1eb337d87f899945237e9b8406d2073ee9ba9b97 (patch)
treed6a03448a6e77c43160e1350e6a90bbe6165a202
parentd7170bf13855cc8088272ed145bbad017f005922 (diff)
doc/lease-script: hint on script installation/execution order
-rw-r--r--doc/lease-script.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/lease-script.md b/doc/lease-script.md
index 67c9ed8..55c5430 100644
--- a/doc/lease-script.md
+++ b/doc/lease-script.md
@@ -12,9 +12,14 @@ Description
This script is supposed to run from dhcp server as lease script. Currently
it does:
-* run [dhcp-to-dns](dhcp-to-dns.md)
* run [collect-wireless-mac](collect-wireless-mac.md)
* run [dhcp-lease-comment](dhcp-lease-comment.md)
+* run [dhcp-to-dns](dhcp-to-dns.md)
+* run [hotspot-to-wpa](hotspot-to-wpa.md)
+
+Note that installation order influences execution order. You may want to
+install `dhcp-to-dns` before `collect-wireless-mac` for dns name in
+notification.
Requirements and installation
-----------------------------