/ bug fix - only common was updated

software and services was not updated for other than "common"
This commit is contained in:
committer
2024-08-17 15:19:09 -05:00
parent 7aa1d83c98
commit 3e057ca67b

View File

@@ -25,11 +25,11 @@ parameter=$2
# ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ # ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
param_check() { param_check() {
parameter=$1 _parameter=$1
error_msg=$2 _error_msg=$2
if [ -z "${parameter}" ] ; then if [ -z "${p_arameter}" ] ; then
echo "error: ${error_msg}" ; exit 1 echo "error: ${_error_msg}" ; exit 1
fi fi
} }
@@ -192,7 +192,7 @@ fi
if [ ${operation} == "services" ] ; then if [ ${operation} == "services" ] ; then
do_services "common" do_services "common"
do_update ${parameter} do_services ${parameter}
fi fi