Skip to content

Commit

Permalink
Merge pull request #1093 from si458/patch-1
Browse files Browse the repository at this point in the history
use I not S for ping IP
  • Loading branch information
kueblc authored Nov 6, 2023
2 parents 7c0a2e1 + 096e4c4 commit 8f463ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start_flash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f463ca

Please sign in to comment.