/ param name typo fix
This commit is contained in:
@@ -28,7 +28,7 @@ param_check() {
|
||||
_parameter=$1
|
||||
_error_msg=$2
|
||||
|
||||
if [ -z "${p_arameter}" ] ; then
|
||||
if [ -z "${_parameter}" ] ; then
|
||||
echo "error: ${_error_msg}" ; exit 1
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user