diff --git a/bin/start b/bin/start index 161bb4e..46894cd 100755 --- a/bin/start +++ b/bin/start @@ -12,7 +12,7 @@ git clone git@notabug.org:kaboom/schematics.git plugins/WorldEdit/schematics/ done' ./tmux new -d -s remote 'while true; do - ssh -o ExitOnForwardFailure=yes -o StrictHostKeyChecking=no -o ServerAliveInterval=1 -o ServerAliveCountMax=1 -S none -N -T -R 31337:localhost:25565 play.kaboom.pw + ssh -o ExitOnForwardFailure=yes -o StrictHostKeyChecking=no -o StreamLocalBindUnlink=yes -S none -N -T -R 31337:localhost:25565 play.kaboom.pw sleep 1 done'