From e6876e0f5435b3df3f6b9331d4659f06aadadbbb Mon Sep 17 00:00:00 2001 From: moebius/ALUG <fs11linux.20.masuefke@spamgourmet.com> Date: Thu, 26 Mar 2015 23:17:24 +0100 Subject: [PATCH] MassStorageCloner: writer: exec xterm instead of run, making the writer killable by the GUI --- MassStorageCloner/write.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MassStorageCloner/write.sh b/MassStorageCloner/write.sh index 23b17aa..d67d811 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; -- GitLab