spelling: params

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2020-11-08 23:16:56 -05:00
parent a7cc21621b
commit 2b26f13bed
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
ExitFatal ExitFatal
fi fi
FIND=$(echo ${HELPER_PARAMERS} | grep " ") FIND=$(echo ${HELPER_PARAMS} | grep " ")
if [ ! "${FIND}" = "" ]; then ${ECHOCMD} "Found invalid character (space) in configuration string"; ExitFatal; fi if [ ! "${FIND}" = "" ]; then ${ECHOCMD} "Found invalid character (space) in configuration string"; ExitFatal; fi
CONFIGURE_SETTINGS=$(echo $2 | sed 's/:/ /g') CONFIGURE_SETTINGS=$(echo $2 | sed 's/:/ /g')