This commit is contained in:
tuxwarrior
2024-05-01 10:51:27 -05:00
parent 36f9cf58fc
commit 9b99aecc87
2 changed files with 4 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ fi
this_file_name=`basename "$0"`
if [ $# -lt 1 ]; then
echo "usage: '$this_file_name { dots | uf / upd-full [host] | sw / software {setup/install} [host] | us / upd-self | wp }'"
echo "usage: '$this_file_name { dots | uf / upd-full [host] | sw / software {update/install} [host] | us / upd-self | wp }'"
exit 1
fi
@@ -80,7 +80,7 @@ if [ $operation == "sw" ] || [ $operation == "software" ] ; then
parameter_2=$HOSTNAME
fi
execute_script 99_software.sh ${parameter_1} ${parameter_2}
execute_script 99_software.sh "${parameter_1}" "${parameter_2}"
fi
shopt -u extglob