Remove check at this place

This commit is contained in:
Michael Boelen 2020-12-28 18:34:19 +01:00
parent df1c51fce6
commit 8053165d2f
No known key found for this signature in database
GPG Key ID: 26141F77A09D7F04
1 changed files with 0 additions and 3 deletions

View File

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