Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2020-11-09 07:16:56 +0300
committerJosh Soref <jsoref@users.noreply.github.com>2020-11-09 07:53:09 +0300
commit2b26f13bedeead543883a699a39d35a37fe3cb48 (patch)
treec37c636a189c51c1ec766b368e63abeefffaf848 /include/helper_configure
parenta7cc21621b5de207ca9e39ef71bfa764100d52ee (diff)
spelling: params
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Diffstat (limited to 'include/helper_configure')
-rw-r--r--include/helper_configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/helper_configure b/include/helper_configure
index ebd7f706..029ab4f7 100644
--- a/include/helper_configure
+++ b/include/helper_configure
@@ -72,7 +72,7 @@
ExitFatal
fi
- FIND=$(echo ${HELPER_PARAMERS} | grep " ")
+ FIND=$(echo ${HELPER_PARAMS} | grep " ")
if [ ! "${FIND}" = "" ]; then ${ECHOCMD} "Found invalid character (space) in configuration string"; ExitFatal; fi
CONFIGURE_SETTINGS=$(echo $2 | sed 's/:/ /g')