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 ]
|
||||
then
|
||||
flootworker $LOLFIELDS &
|
||||
LOLPID[$iFLOOTWORKER]=$!
|
||||
message "[worker ${YELLOW}$iFLOOTWORKER${ENDCOLOR}] PID ${YELLOW}${LOLPID[$iFLOOTWORKER]}${ENDCOLOR} ${GREEN}started${ENDCOLOR}"
|
||||
LOLPID[$iFLOOTWORKER]=$!
|
||||
else
|
||||
flootworker $iFLOOTWORKER &
|
||||
LOLPID[$iFLOOTWORKER]=$!
|
||||
fi
|
||||
fi
|
||||
message "[worker ${YELLOW}$iFLOOTWORKER${ENDCOLOR}] PID ${YELLOW}${LOLPID[$iFLOOTWORKER]}${ENDCOLOR} ${GREEN}started${ENDCOLOR}"
|
||||
fi
|
||||
done
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue