From ee8bed828cbfc2bb3f0e01b8da3b877ff755e919 Mon Sep 17 00:00:00 2001 From: Razvan Becheriu Date: Tue, 16 Feb 2021 18:50:57 +0200 Subject: [#899] addressed comments --- doc/sphinx/arm/hooks-run-script.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/sphinx/arm/hooks-run-script.rst b/doc/sphinx/arm/hooks-run-script.rst index 21888d86e6..fc3ad0ab0e 100644 --- a/doc/sphinx/arm/hooks-run-script.rst +++ b/doc/sphinx/arm/hooks-run-script.rst @@ -39,9 +39,9 @@ similar way as other hook libraries by the ``kea-dhcp4`` and } -The parameters contain the 'name' which indicates the path and name of the -external script to be called on each hookpoint, and also the 'sync' option -to be able to wait synchronously for the script to finish execution. +The parameters contain the 'name' which indicates the path to the external +script to be called on each hookpoint, and also the 'sync' option to be able +to wait synchronously for the script to finish execution. If the 'sync' parameter is false, then the script will be launched and Kea will not wait for the execution to finish, causing all the OUT parameters of the script (including next step) to be ignored. -- cgit v1.2.3