Fix syntax error that prevent zenity copy progress dialog to appear
This commit is contained in:
parent
412182f9cf
commit
8078cc0588
@ -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..."
|
||||
|
||||
rm -f $PROGRESS_FILE
|
||||
|
Loading…
Reference in New Issue
Block a user