From dcfd7a3e00130de716550229742447ed3324e7a2 Mon Sep 17 00:00:00 2001 From: wattsy74 <49881777+wattsy74@users.noreply.github.com> Date: Tue, 28 Sep 2021 20:27:57 +0100 Subject: [PATCH] Update LibreOffice.sh --- LibreOffice.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/LibreOffice.sh b/LibreOffice.sh index 8d03fd4..cea62d2 100644 --- a/LibreOffice.sh +++ b/LibreOffice.sh @@ -84,6 +84,7 @@ if [[ "${currentinstalledver}" != "${latestver}" ]]; then ########################################################################## # Uncomment this block for dmg & .app copy # ########################################################################## + /bin/sleep 10 /bin/echo "`date`: Mounting installer disk image." >> ${logfile} /usr/bin/hdiutil attach "/tmp/${appName}.dmg" -nobrowse >> ${logfile} /bin/sleep 30