Fixed syntax error.

This commit is contained in:
Raphaël Numbus
2026-05-29 16:55:14 +02:00
parent f6063fe153
commit a34232b489
+1 -1
View File
@@ -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 :