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