Update LibreOffice.sh

This commit is contained in:
wattsy74
2021-09-28 19:22:54 +01:00
committed by GitHub
parent 7aa3d35bde
commit 5c2af1977c

View File

@@ -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