From f6b9fad83ab2a77b90dbcc08f57230e94b4aa4c8 Mon Sep 17 00:00:00 2001 From: Louwrentius Date: Sat, 28 Feb 2009 19:27:30 +0000 Subject: [PATCH] Distributed PPSS is now able to show overall progress, thus how many items have been processed. --- ppss.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ppss.sh b/ppss.sh index b94811d..8c464f6 100755 --- a/ppss.sh +++ b/ppss.sh @@ -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 )