From 4d755bd4e74ad5f1c8a12c413d220e98b1834bfd Mon Sep 17 00:00:00 2001 From: PackElend Date: Sat, 30 Apr 2022 00:20:19 +0200 Subject: [PATCH] "run hotspot-to-wpa" --> "run hotspot-to-wpa-cleanup" description now reflects actual action of the script --- doc/lease-script.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/lease-script.md b/doc/lease-script.md index 0ad67fbb..4a3ab55b 100644 --- a/doc/lease-script.md +++ b/doc/lease-script.md @@ -9,13 +9,13 @@ Run other scripts on DHCP lease Description ----------- -This script is supposed to run from dhcp server as lease script. Currently -it does: +This script is supposed to run from dhcp server as lease script. On a DHCP lease it runs each script containing the following line `# provides: lease-script,`. +Currently it does: * 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) +* run [hotspot-to-wpa-cleanup](hotspot-to-wpa-cleanup.md) (which is an optional part of [hotspot-to-wpa](hotspot-to-wpa.md)) Requirements and installation -----------------------------