From a34232b4890e8d788ab62881e27343eb3e09dc5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Numbus?= Date: Fri, 29 May 2026 16:55:14 +0200 Subject: [PATCH] Fixed syntax error. --- script/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/deploy.sh b/script/deploy.sh index 9ab92eb..d710c10 100755 --- a/script/deploy.sh +++ b/script/deploy.sh @@ -144,7 +144,7 @@ setup_ssh() { ssh-keygen -R "${LIVE_TARGET_IP}" >> "${STDOUT}" 2>> "${STDERR}" fi - while true do; + while true; do if ! ping -c 2 "${LIVE_TARGET_IP}" >> "${STDOUT}" 2>> "${STDERR}"; then echo -e "\n ❌ The IP address you specified cannot be reached." echo -e "\n Here are the current settings :