From d0e08c0f7696c6859ddea64a95c8b6f201e8e2ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Numbus?= Date: Fri, 29 May 2026 20:17:03 +0200 Subject: [PATCH] Improved the SSH error handling. --- script/deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/script/deploy.sh b/script/deploy.sh index 54e5cf4..9108aac 100755 --- a/script/deploy.sh +++ b/script/deploy.sh @@ -168,6 +168,7 @@ setup_ssh() { exit 22; } ssh-keygen -R "${LIVE_TARGET_IP}" >> "${STDOUT}" 2>> "${STDERR}" + continue fi fi done