diff --git a/pixelfloot_bash.sh b/pixelfloot_bash.sh index 418e7b4..8a75830 100755 --- a/pixelfloot_bash.sh +++ b/pixelfloot_bash.sh @@ -305,13 +305,13 @@ flootworker() xymode echo "$OFFSET -${LOL[$i]}" > /dev/tcp/$IPFLOOT/$FLOOTPORT || message warn "transmission in worker ${YELLOW}$1${ENDCOLOR} ${RED}failed${ENDCOLOR} - maybe you need to decrease ${YELLOW}FLOOTFORKS${ENDCOLOR} or expand/tune your uplink" +${LOL[$i]}" #> /dev/tcp/$IPFLOOT/$FLOOTPORT || message warn "transmission in worker ${YELLOW}$1${ENDCOLOR} ${RED}failed${ENDCOLOR} - maybe you need to decrease ${YELLOW}FLOOTFORKS${ENDCOLOR} or expand/tune your uplink" #FLOOTSRUNNING=$((FLOOTSRUNNING-1)) #echo "${LOL[$i]}" > /dev/tcp/127.0.0.1/1337 & #echo "worker $i PID ${LOLPID[$i]}" - done + done > /dev/tcp/$IPFLOOT/$FLOOTPORT || message warn "transmission in worker ${YELLOW}$1${ENDCOLOR} ${RED}failed${ENDCOLOR} - maybe you need to decrease ${YELLOW}FLOOTFORKS${ENDCOLOR} or expand/tune your uplink" } checkfile() { @@ -341,9 +341,10 @@ loadLOL() { } floot() { - # small stupid animation, two alternating images + case $FNAME in + # small stupid animation, two alternating images winketuxS) message "drawing winketuxS animation" LOL[1]="$(cat pixlists/${FNAME}1.pixlist | shuf)"