This commit is contained in:
wattsy74
2021-12-03 12:49:01 +00:00
parent 39105c11c4
commit ce17394534

View File

@@ -99,6 +99,7 @@ if [[ ${SOFTWARE_LOCATION} != "SUITE" ]]; then
if [[ ${VERSION} = ${CURRENTINSTALLEDVER} ]]; then
echo "${SOFTWARE_NAME} is current. Exiting" >> "${logfile}"
echo "Status: ${SOFTWARE_NAME} is current. Exiting" >> ${deplog}
sleep 2
return [n]
fi
fi