forked from ungleich-public/ccollect
Fixed problem with spaces in path of ccollect
This commit is contained in:
parent
044df01c08
commit
3b0d907196
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ while [ "$i" -lt "$no_shares" ]; do
|
||||||
# start ourself, if we want parallel execution
|
# start ourself, if we want parallel execution
|
||||||
#
|
#
|
||||||
if [ "$PARALLEL" ]; then
|
if [ "$PARALLEL" ]; then
|
||||||
$0 "$INTERVALL" "$name" &
|
"$0" "$INTERVALL" "$name" &
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue