From 8053165d2fcd3bb94ae3e0a8b7eff85b27dd9982 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Mon, 28 Dec 2020 18:34:19 +0100 Subject: Remove check at this place --- include/helper_configure | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/helper_configure') 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}') -- cgit v1.2.3