diff --git a/microsoft-apps.sh b/microsoft-apps.sh index 02824dc..aba6d1a 100644 --- a/microsoft-apps.sh +++ b/microsoft-apps.sh @@ -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