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}