From cf7166301b2ef973834844df07668929881157dd Mon Sep 17 00:00:00 2001 From: wattsy74 <49881777+wattsy74@users.noreply.github.com> Date: Tue, 28 Sep 2021 20:11:36 +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 2474516..089a0f0 100644 --- a/LibreOffice.sh +++ b/LibreOffice.sh @@ -85,7 +85,7 @@ if [[ "${currentinstalledver}" != "${latestver}" ]]; then # Uncomment this block for dmg & .app copy # ########################################################################## /bin/echo "`date`: Mounting installer disk image." >> ${logfile} - /usr/bin/hdiutil attach /tmp/${appName} -nobrowse -quiet + /usr/bin/hdiutil attach "/tmp/${appName}" -nobrowse -quiet /bin/sleep 30 /bin/echo "`date`: Installing..." >> ${logfile} ditto -rsrc "/Volumes/${appName}/${appName}.app" "/Applications/${appName}.app"