i forgot to use the FLOOTPORT variable in flootworker()
This commit is contained in:
parent
d545b12ead
commit
a114f1391a
1 changed files with 2 additions and 1 deletions
|
@ -220,7 +220,7 @@ flootworker()
|
||||||
#FLOOTSRUNNING=$((FLOOTSRUNNING+1))
|
#FLOOTSRUNNING=$((FLOOTSRUNNING+1))
|
||||||
#test $FLOOTSRUNNING -le $FLOOTFORKS &&
|
#test $FLOOTSRUNNING -le $FLOOTFORKS &&
|
||||||
echo "$(shuf_xy)
|
echo "$(shuf_xy)
|
||||||
${LOL[$i]}" > /dev/tcp/$IPFLOOT/1337
|
${LOL[$i]}" > /dev/tcp/$IPFLOOT/$FLOOTPORT
|
||||||
#FLOOTSRUNNING=$((FLOOTSRUNNING-1))
|
#FLOOTSRUNNING=$((FLOOTSRUNNING-1))
|
||||||
#echo "${LOL[$i]}" > /dev/tcp/127.0.0.1/1337 &
|
#echo "${LOL[$i]}" > /dev/tcp/127.0.0.1/1337 &
|
||||||
|
|
||||||
|
@ -332,6 +332,7 @@ case $1 in
|
||||||
echo ""
|
echo ""
|
||||||
echo "available env vars to configure:"
|
echo "available env vars to configure:"
|
||||||
echo "RESIZE(int), ALPHACOLOR(hex), FLOOTFORKS(int), H(int), W(int)"
|
echo "RESIZE(int), ALPHACOLOR(hex), FLOOTFORKS(int), H(int), W(int)"
|
||||||
|
echo "IPFLOOT(string), FLOOTPORT(string)"
|
||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue