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:
authorMichael Boelen <michael.boelen@cisofy.com>2020-12-28 20:34:19 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2020-12-28 20:34:19 +0300
commit8053165d2fcd3bb94ae3e0a8b7eff85b27dd9982 (patch)
treeb4b12494690e7d64cfd8b1a2b9492ffe8dce3ae0 /include/helper_configure
parentdf1c51fce65ae890a8d6ec87573a82675addd490 (diff)
Remove check at this place
Diffstat (limited to 'include/helper_configure')
-rw-r--r--include/helper_configure3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/helper_configure b/include/helper_configure
index 029ab4f7..85c6dadf 100644
--- a/include/helper_configure
+++ b/include/helper_configure
@@ -72,9 +72,6 @@
ExitFatal
fi
- 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')
for I in ${CONFIGURE_SETTINGS}; do
SETTING=$(echo ${I} | awk -F= '{print $1}')