1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

Fix template for dmg not opening with correct size/options

This commit is contained in:
a*morale 2013-06-21 10:55:35 +02:00
parent 8a6ef3c6d6
commit 1e4e8af165
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -13,7 +13,7 @@ VOL_NAME="OpenPilot"
rm -f "${TEMP_FILE}"
rm -f "${OUT_FILE}"
# if the file doesn't exist, try to create folder
# if an OpenPilot volume is already mounted, unmount it
if [ ! -f "/Volumes/${VOL_NAME}" ]
then
hdiutil unmount "/Volumes/${VOL_NAME}"