luci-app-fwknopd: trivial typo fix
* fix for #5073
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit 07d6ac5995
)
This commit is contained in:
parent
5b4eb1dff7
commit
e3ef035260
1 changed files with 1 additions and 1 deletions
|
@ -591,7 +591,7 @@ return view.extend({
|
|||
This makes it impossible to use the -s command line argument on the fwknop client command line, so either -R \
|
||||
has to be used to automatically resolve the external address (if the client behind a NAT) or the client must \
|
||||
know the external IP and set it via the -a argument.'));
|
||||
s:option(YNValue, 'ENABLE_CMD_EXEC', 'ENABLE_CMD_EXEC', _('This instructs fwknopd to accept complete commands that are contained within an authorization packet. \
|
||||
s.option(YNValue, 'ENABLE_CMD_EXEC', 'ENABLE_CMD_EXEC', _('This instructs fwknopd to accept complete commands that are contained within an authorization packet. \
|
||||
Any such command will be executed on the fwknopd server as the user specified by the “CMD_EXEC_USER” or as the user \
|
||||
that started fwknopd if that is not set.'));
|
||||
|
||||
|
|
Loading…
Reference in a new issue