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}')