summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2021-06-12 18:54:05 +0200
committerGitHub <noreply@github.com>2021-06-12 18:54:05 +0200
commita0fd70ad01967114684282df7c35e64327002b44 (patch)
tree5c268d69e63a1b861f84e628e788de08df134aa5
parent1bcb12570c3b6f26009801ee6006b2ab305d088f (diff)
parent07d6ac5995a27fea06dd468f5a8b25b19ccfc8cc (diff)
Merge pull request #5120 from dibdot/fwknopd-fix
luci-app-fwknopd: trivial typo fix
-rw-r--r--applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js b/applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js
index df368749a7..9a22690170 100644
--- a/applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js
+++ b/applications/luci-app-fwknopd/htdocs/luci-static/resources/view/fwknopd.js
@@ -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.'));