From 5c2af1977c657d325704e627fffdee95e6f856d1 Mon Sep 17 00:00:00 2001 From: wattsy74 <49881777+wattsy74@users.noreply.github.com> Date: Tue, 28 Sep 2021 19:22:54 +0100 Subject: [PATCH] Update LibreOffice.sh --- LibreOffice.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LibreOffice.sh b/LibreOffice.sh index f904414..2decad6 100644 --- a/LibreOffice.sh +++ b/LibreOffice.sh @@ -117,7 +117,7 @@ if [[ "${latestver}" = "${newlyinstalledver}" ]]; then fi /bin/echo "--" >> ${logfile} else - /bin/echo "`date`: ERROR: ${appName} update unsuccessful, version remains at ${currentinstalledver}." >> ${logfile + /bin/echo "`date`: ERROR: ${appName} update unsuccessful, version remains at ${currentinstalledver}." >> ${logfile} /bin/echo "ERROR: ${appName} update unsuccessful, version remains at ${currentinstalledver}." /bin/echo "--" >> ${logfile} exit 1