diff --git a/MassStorageCloner/write.sh b/MassStorageCloner/write.sh
index 23b17aa3173776e14410d0a5736f6abcaf9404e9..d67d8119dc3cce27f7c8dadf8e1cfb1ec58c633b 100755
--- a/MassStorageCloner/write.sh
+++ b/MassStorageCloner/write.sh
@@ -10,6 +10,6 @@
 # Customize this file as needed.
 # You may want to make a symlink in this directory from 'source.img' to the actual image file.
 
-xterm -geometry 120x10 -title "blkwrite to $1" -e "sudo bash ./blkwrite.sh source.img  $1"
+exec xterm -geometry 120x10 -title "blkwrite to $1" -e "sudo bash ./blkwrite.sh source.img  $1"
 
 #end;