From 122d3d982926e0898c496869e613a96b154d18a8 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 12 Dec 2019 01:46:49 +0000 Subject: [PATCH] copy result folder --- create-sd-media-launcher-macos.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/create-sd-media-launcher-macos.sh b/create-sd-media-launcher-macos.sh index a4d1d94..9f4fd84 100644 --- a/create-sd-media-launcher-macos.sh +++ b/create-sd-media-launcher-macos.sh @@ -68,7 +68,8 @@ diskutil unmountDisk $my_disk sudo newfs_msdos -F 16 -v GCBOOT $my_disk diskutil mount $my_disk -rsync ~/Downloads/GCBOOT/ /Volumes/GCBOOT/ +rsync -av ~/Downloads/GCBOOT/ /Volumes/GCBOOT/ diskutil unmount $my_disk -echo "Done!" \ No newline at end of file +echo '' +echo 'Done!' \ No newline at end of file