Skip to content
Snippets Groups Projects
Commit e6876e0f authored by moebius/ALUG's avatar moebius/ALUG Committed by Christopher Spinrath
Browse files

MassStorageCloner: writer: exec xterm instead of run, making the writer killable by the GUI

parent 6004d9ab
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,6 @@ ...@@ -10,6 +10,6 @@
# Customize this file as needed. # Customize this file as needed.
# You may want to make a symlink in this directory from 'source.img' to the actual image file. # 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; #end;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment