Update 'lol.sh'

i don't wanna talk about it
This commit is contained in:
kayos 2020-10-18 23:08:02 +00:00
parent 036c76706f
commit 29f926a68c

6
lol.sh

@ -21,8 +21,10 @@ do
find /tmp/ -iname "*.prt" -exec rm {} \;
# ---> ratchet destination ports when socat times out, reset once it counts to $ENDPORT
if [[ $PORT != $MAXPORT ]] then
PORT=$((PORT+1)) else
if [[ $PORT != $MAXPORT ]]
then
PORT=$((PORT+1))
else
PORT=$STARTPORT
fi