aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2020-09-20 21:50:33 +0200
committerGravatar Christian Hesse <mail@eworm.de>2020-09-20 21:50:33 +0200
commit1a28a417f4e10ba38d5ae8a6c5df6d059901bbbf (patch)
treec11f9a29bbd72c39cd95a53939a939f5afcb7a63
parent9f3e39206c0c03978bfbe59f9a61974b964167b7 (diff)
lease-script: give correct hint in message
-rw-r--r--lease-script2
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;