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
1 changed files with 3 additions and 3 deletions

View File

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