Autoclose file copy progress dialog
This commit is contained in:
parent
c76d40b3fa
commit
bce4b225cf
@ -38,6 +38,6 @@ done
|
|||||||
CURRSIZE=$(($sentsize/1024))
|
CURRSIZE=$(($sentsize/1024))
|
||||||
echo $((100*$CURRSIZE/$SIZE))
|
echo $((100*$CURRSIZE/$SIZE))
|
||||||
sleep 0.1
|
sleep 0.1
|
||||||
done) | zenity --progress --text="Copying files to domain: $VM..."
|
done) | zenity --progress --text="Copying files to domain: $VM..." --auto-close
|
||||||
|
|
||||||
rm -f $PROGRESS_FILE
|
rm -f $PROGRESS_FILE
|
||||||
|
Loading…
Reference in New Issue
Block a user