From ce173945340216a2f836234f166e8e07b0f31b96 Mon Sep 17 00:00:00 2001 From: wattsy74 <49881777+wattsy74@users.noreply.github.com> Date: Fri, 3 Dec 2021 12:49:01 +0000 Subject: [PATCH] update --- microsoft-apps.sh | 1 + 1 file changed, 1 insertion(+) 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