mirror of https://github.com/CISOfy/lynis.git
spelling: params
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
a7cc21621b
commit
2b26f13bed
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue