Distributed PPSS is now able to show overall progress, thus how many items have been processed.
This commit is contained in:
parent
af1eda73d4
commit
f6b9fad83a
4
ppss.sh
4
ppss.sh
|
@ -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 )
|
||||||
|
|
Loading…
Reference in New Issue