From 39105c11c43280473779e30c9a3fddf817654652 Mon Sep 17 00:00:00 2001 From: wattsy74 <49881777+wattsy74@users.noreply.github.com> Date: Fri, 3 Dec 2021 12:48:07 +0000 Subject: [PATCH] changed exit script to exit function --- microsoft-apps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsoft-apps.sh b/microsoft-apps.sh index 660a787..02824dc 100644 --- a/microsoft-apps.sh +++ b/microsoft-apps.sh @@ -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