Distributed PPSS is now able to show overall progress, thus how many items have been processed.

This commit is contained in:
Louwrentius 2009-02-28 19:27:30 +00:00
parent af1eda73d4
commit f6b9fad83a
1 changed files with 3 additions and 1 deletions

View File

@ -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 )