Remove parameter

This commit is contained in:
mathias 2018-06-10 08:41:30 +03:00
parent 8cb96026d7
commit 7177ded8f2

View file

@ -1,6 +1,6 @@
#!/bin/bash
while true; do
ssh -i .key -o StrictHostKeyChecking=no -o ServerAliveInterval=30 -o ServerAliveCountMax=9999 -f -S none -N -T -R 64518:localhost:25565 serv@kaboom.pw > /dev/null 2>&1
ssh -i .key -o StrictHostKeyChecking=no -o ServerAliveInterval=30 -o ServerAliveCountMax=9999 -S none -N -T -R 64518:localhost:25565 serv@kaboom.pw > /dev/null 2>&1
sleep 1
done &