"run hotspot-to-wpa" --> "run hotspot-to-wpa-cleanup"

description now reflects actual action of the script
This commit is contained in:
PackElend 2022-04-30 00:20:19 +02:00 committed by GitHub
parent f417bcbcd4
commit 4d755bd4e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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