0.8.0.2
This commit is contained in:
@@ -20,7 +20,7 @@ $dmg = $dest."/Polyfill.sparsebundle";
|
||||
if (file_exists($dmg)) {
|
||||
exec("trash ".$dmg."; umount -f /Volumes/Polyfill");
|
||||
}
|
||||
exec("hdiutil create -size 100g -fs HFS+ -type SPARSEBUNDLE -volname Polyfill -attach ".$dmg);
|
||||
exec("hdiutil create -size 1tb -fs HFS+ -type SPARSEBUNDLE -volname Polyfill -attach ".$dmg);
|
||||
|
||||
$base = "/Volumes/Polyfill";
|
||||
$sample_files = glob($sample."/*.*");
|
||||
|
||||
Reference in New Issue
Block a user