put the worker start message to the right place :)

This commit is contained in:
Marcus 2024-01-07 02:57:03 +01:00
parent e4327cc507
commit 641c8ec7d2

View file

@ -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