From 096e4c473abc19339dea58ef8bbdf538e1452132 Mon Sep 17 00:00:00 2001 From: Simon Smith Date: Thu, 13 Apr 2023 14:44:53 +0100 Subject: [PATCH] use I not S for IP --- start_flash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start_flash.sh b/start_flash.sh index e4dc739..11589b4 100755 --- a/start_flash.sh +++ b/start_flash.sh @@ -73,7 +73,7 @@ while true; do # The intermediate firmware will request 10.42.42.42 # Do NOT change this address!!! # It will NOT make it install and will break this script - while ! ping -c 1 -W 1 -n 10.42.42.42 -S 10.42.42.1 &> /dev/null; do + while ! ping -c 1 -W 1 -n 10.42.42.42 -I 10.42.42.1 &> /dev/null; do printf . if (( --i == 0 )); then echo