Distributed PPSS is now able to show overall progress, thus how many items have been processed.
This commit is contained in:
parent
0dad4cd872
commit
a6269e88c8
|
@ -990,7 +990,7 @@ commando () {
|
|||
then
|
||||
rm $ITEM
|
||||
else
|
||||
log DEBUG "ERROR Something went wrong removing item from local work dir."
|
||||
log DEBUG "ERROR Something went wrong removing item $ITEM from local work dir."
|
||||
fi
|
||||
fi
|
||||
|
||||
|
@ -1107,6 +1107,8 @@ main () {
|
|||
;;
|
||||
status )
|
||||
show_status
|
||||
cleanup
|
||||
exit 0
|
||||
# some show command
|
||||
;;
|
||||
erase )
|
||||
|
|
Loading…
Reference in New Issue