put the worker start message to the right place :)
This commit is contained in:
parent
e4327cc507
commit
641c8ec7d2
1 changed files with 3 additions and 3 deletions
|
@ -455,12 +455,12 @@ floot() {
|
||||||
if [ $LARGE ] || [ $ANIMATION ]
|
if [ $LARGE ] || [ $ANIMATION ]
|
||||||
then
|
then
|
||||||
flootworker $LOLFIELDS &
|
flootworker $LOLFIELDS &
|
||||||
LOLPID[$iFLOOTWORKER]=$!
|
LOLPID[$iFLOOTWORKER]=$!
|
||||||
message "[worker ${YELLOW}$iFLOOTWORKER${ENDCOLOR}] PID ${YELLOW}${LOLPID[$iFLOOTWORKER]}${ENDCOLOR} ${GREEN}started${ENDCOLOR}"
|
|
||||||
else
|
else
|
||||||
flootworker $iFLOOTWORKER &
|
flootworker $iFLOOTWORKER &
|
||||||
LOLPID[$iFLOOTWORKER]=$!
|
LOLPID[$iFLOOTWORKER]=$!
|
||||||
fi
|
fi
|
||||||
|
message "[worker ${YELLOW}$iFLOOTWORKER${ENDCOLOR}] PID ${YELLOW}${LOLPID[$iFLOOTWORKER]}${ENDCOLOR} ${GREEN}started${ENDCOLOR}"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue