From 4e13c1e1a6acf7667a4c89b4c00ccc70c8b6e9ce Mon Sep 17 00:00:00 2001 From: Marcus Date: Thu, 4 Jan 2024 23:45:24 +0100 Subject: [PATCH] typo --- pixelfloot_bash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixelfloot_bash.sh b/pixelfloot_bash.sh index 57d22d4..f74adb6 100755 --- a/pixelfloot_bash.sh +++ b/pixelfloot_bash.sh @@ -301,7 +301,7 @@ 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[$1]}" #> /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 &