u
This commit is contained in:
@@ -76,6 +76,10 @@ shopt -u extglob
|
|||||||
shopt -s extglob
|
shopt -s extglob
|
||||||
if [ $operation == "sw" ] || [ $operation == "software" ] ; then
|
if [ $operation == "sw" ] || [ $operation == "software" ] ; then
|
||||||
|
|
||||||
|
if [ -z "${parameter_2}" ]; then
|
||||||
|
parameter_2=$HOSTNAME
|
||||||
|
fi
|
||||||
|
|
||||||
execute_script 99_software.sh ${parameter_1} ${parameter_2}
|
execute_script 99_software.sh ${parameter_1} ${parameter_2}
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user