changed exit script to exit function

This commit is contained in:
wattsy74
2021-12-03 12:48:07 +00:00
parent b356082b8d
commit 39105c11c4

View File

@@ -99,7 +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}
exit 0
return [n]
fi
fi