diff options
author | Christian Hesse <mail@eworm.de> | 2020-09-20 21:50:33 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-09-20 21:50:33 +0200 |
commit | 1a28a417f4e10ba38d5ae8a6c5df6d059901bbbf (patch) | |
tree | c11f9a29bbd72c39cd95a53939a939f5afcb7a63 /lease-script | |
parent | 9f3e39206c0c03978bfbe59f9a61974b964167b7 (diff) |
lease-script: give correct hint in message
Diffstat (limited to 'lease-script')
-rw-r--r-- | lease-script | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lease-script b/lease-script index fe4bd11..8230c6e 100644 --- a/lease-script +++ b/lease-script @@ -12,7 +12,7 @@ [ :typeof $leaseActMAC ] = "nothing" || \ [ :typeof $leaseServerName ] = "nothing" || \ [ :typeof $leaseBound ] = "nothing") do={ - $LogPrintExit error "This script is supposed to run from ip dhcp-client." true; + $LogPrintExit error "This script is supposed to run from ip dhcp-server." true; } :local Scripts; |