From fe10acbad579209cc7a8f2089d5473c19707a0cf Mon Sep 17 00:00:00 2001 From: wattsy74 <49881777+wattsy74@users.noreply.github.com> Date: Wed, 29 Sep 2021 08:55:22 +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 d817bbb..50f4c75 100644 --- a/LibreOffice.sh +++ b/LibreOffice.sh @@ -77,7 +77,7 @@ if [[ "${currentinstalledver}" != "${latestver}" ]]; then /bin/echo "Available ${appName} version: ${latestver}" /bin/echo "`date`: Downloading newer version." >> ${logfile} /bin/echo "Downloading newer version." - /bin/echo "URL: ${url}' + /bin/echo "URL: ${url}" curl -o /tmp/${dnldfile} ${url} if [[ "${forceQuit}" = "Y" ]]; then killall ${appName}