Compare commits

..

No commits in common. "f3b1d22aea0ac0220c7c4688249be1cffd945c11" and "b9b3df0796a56ca74fea5beeb38fdef733441bb9" have entirely different histories.

5 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 428 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 436 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 637 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2 MiB

View file

@ -382,14 +382,14 @@ flootworker()
else else
echo "${LOL[$1]}" echo "${LOL[$1]}"
fi fi
done > /dev/tcp/$IPFLOOT/$FLOOTPORT || message warn "[worker ${YELLOW}${iFLOOTWORKER}${ENDCOLOR}] transmission ${RED}failed${ENDCOLOR} - maybe you need to decrease ${YELLOW}FLOOTFORKS${ENDCOLOR} or expand/tune your uplink" done > /dev/tcp/$IPFLOOT/$FLOOTPORT || message warn "[worker ${YELLOW}$iFLOOTWORKER${ENDCOLOR}] transmission ${RED}failed${ENDCOLOR} - maybe you need to decrease ${YELLOW}FLOOTFORKS${ENDCOLOR} or expand/tune your uplink"
} }
checkfile() { checkfile() {
if [ ! -f $1 ] || [ -z $1 ] || [ -d $1 ] if [ ! -f $1 ] || [ -z $1 ]
then then
message error "file ${YELLOW}$1${ENDCOLOR} is not a valid file or does not exist." message error "file ${YELLOW}$1${ENDCOLOR} does not exist."
exit 1 exit 1
fi fi