diff --git a/include/parameters b/include/parameters index aadc6700..b4501f6a 100644 --- a/include/parameters +++ b/include/parameters @@ -169,11 +169,11 @@ LASTCHAR=`echo $1 | awk '{ print substr($0, length($0))}'` if [ "${LASTCHAR}" = "/" ]; then echo "${RED}Error:${WHITE} plugin directory path should not end with a slash${NORMAL}" - ExitFatal + ExitCustom 65 fi if [ ! -d ${PLUGINDIR} ]; then echo "${RED}Error:${WHITE} invalid plugin directory ${PLUGINDIR}${NORMAL}" - ExitFatal + ExitCustom 66 fi ;;