Compare commits
2 commits
b9b3df0796
...
f3b1d22aea
Author | SHA1 | Date | |
---|---|---|---|
f3b1d22aea | |||
8d160331ba |
5 changed files with 3 additions and 3 deletions
BIN
images/Animated-GIFs-davidope-11.gif
Normal file
BIN
images/Animated-GIFs-davidope-11.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 428 KiB |
BIN
images/Rotating_earth_mini.gif
Normal file
BIN
images/Rotating_earth_mini.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 436 KiB |
BIN
images/Tesseract2.gif
Normal file
BIN
images/Tesseract2.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 637 KiB |
BIN
images/Yl2m0.gif
Normal file
BIN
images/Yl2m0.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 2 MiB |
|
@ -382,14 +382,14 @@ flootworker()
|
|||
else
|
||||
echo "${LOL[$1]}"
|
||||
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() {
|
||||
|
||||
if [ ! -f $1 ] || [ -z $1 ]
|
||||
if [ ! -f $1 ] || [ -z $1 ] || [ -d $1 ]
|
||||
then
|
||||
message error "file ${YELLOW}$1${ENDCOLOR} does not exist."
|
||||
message error "file ${YELLOW}$1${ENDCOLOR} is not a valid file or does not exist."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue