mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-28 00:04:16 +02:00
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…
x
Reference in New Issue
Block a user