diff --git a/bin/start b/bin/start index dbecd48..e51600c 100755 --- a/bin/start +++ b/bin/start @@ -13,7 +13,7 @@ git clone git@notabug.org:kaboom/schematics.git plugins/WorldEdit/schematics/ done' .bin/tmux new -d -s remote 'while true; do - ssh -o StrictHostKeyChecking=no -S none -N -T -R 64518:localhost:25565 serv@kaboom.pw + ssh -o ExitOnForwardFailure=yes -o StrictHostKeyChecking=no -S none -N -T -R 64518:localhost:25565 serv@kaboom.pw sleep 1 done'