Droid-and
Results
1
comments of
Droid-and
you can modify the wait-for.sh script to use curl instead: Replace: wget --timeout=1 -q "$HOST" -O /dev/null > /dev/null 2>&1 With: curl --max-time 1 -s "$HOST" > /dev/null 2>&1