diff --git a/ccollect.sh b/ccollect.sh index e598372..c711385 100755 --- a/ccollect.sh +++ b/ccollect.sh @@ -183,7 +183,7 @@ while [ "$i" -lt "$no_shares" ]; do # start ourself, if we want parallel execution # if [ "$PARALLEL" ]; then - $0 "$INTERVALL" "$name" & + "$0" "$INTERVALL" "$name" & continue fi