From 1b34d22f47962e30590ef0de18ceeda35d6994b8 Mon Sep 17 00:00:00 2001 From: committer Date: Sat, 17 Aug 2024 15:20:55 -0500 Subject: [PATCH] / param name typo fix --- scripts/99_software.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/99_software.sh b/scripts/99_software.sh index b5c2539..0fa8d1d 100644 --- a/scripts/99_software.sh +++ b/scripts/99_software.sh @@ -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 }