Tools: setup-unit: Fix error message
Reviewed-by: Andrew Clayton <a.clayton@nginx.com> Signed-off-by: Alejandro Colomar <alx@kernel.org>
This commit is contained in:
@@ -417,7 +417,7 @@ unit_ctl_edit()
|
|||||||
done;
|
done;
|
||||||
|
|
||||||
if ! test $# -ge 1; then
|
if ! test $# -ge 1; then
|
||||||
err 'ctl: insert: PATH: Missing argument.';
|
err 'ctl: edit: PATH: Missing argument.';
|
||||||
fi;
|
fi;
|
||||||
local req_path="$1";
|
local req_path="$1";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user