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:
parent
8a6ef3c6d6
commit
1e4e8af165
Binary file not shown.
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user