Display name of the destVM in copy progress dialog

This commit is contained in:
Joanna Rutkowska 2011-03-31 14:44:48 +02:00
parent 8078cc0588
commit a27dc31d71

View File

@ -38,6 +38,6 @@ done
CURRSIZE=$(($sentsize/1024))
echo $((100*$CURRSIZE/$SIZE))
sleep 0.1
done) | zenity --progress --text="Copying..."
done) | zenity --progress --text="Copying files to domain: $VM..."
rm -f $PROGRESS_FILE