From 30264c87d0b4220dfd226c6fa865e64fb29068d3 Mon Sep 17 00:00:00 2001 From: wattsy74 <49881777+wattsy74@users.noreply.github.com> Date: Thu, 30 Sep 2021 17:00:21 +0100 Subject: [PATCH] Update microsoft-apps.sh --- microsoft-apps.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/microsoft-apps.sh b/microsoft-apps.sh index ccf24fa..5a20426 100644 --- a/microsoft-apps.sh +++ b/microsoft-apps.sh @@ -155,7 +155,9 @@ echo "Script version: ${scriptver}" >> ${deplog} if [[ ${OPEN_CONSOLE} == "openconsole" ]]; then open ${logfile} open ${deplog} -fi# Main +fi + +# Main if [[ -d "${TEMP_PATH}" ]]; then echo "Removing ${TEMP_PATH}"