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 then
rm $ITEM rm $ITEM
else 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
fi fi
@ -1107,6 +1107,8 @@ main () {
;; ;;
status ) status )
show_status show_status
cleanup
exit 0
# some show command # some show command
;; ;;
erase ) erase )