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

@ -456,11 +456,11 @@ floot() {
then
flootworker $LOLFIELDS &
LOLPID[$iFLOOTWORKER]=$!
message "[worker ${YELLOW}$iFLOOTWORKER${ENDCOLOR}] PID ${YELLOW}${LOLPID[$iFLOOTWORKER]}${ENDCOLOR} ${GREEN}started${ENDCOLOR}"
else
flootworker $iFLOOTWORKER &
LOLPID[$iFLOOTWORKER]=$!
fi
message "[worker ${YELLOW}$iFLOOTWORKER${ENDCOLOR}] PID ${YELLOW}${LOLPID[$iFLOOTWORKER]}${ENDCOLOR} ${GREEN}started${ENDCOLOR}"
fi
done
done