Skip to content

Commit

Permalink
Merge pull request EliasKotlyar#1551 from im-deep/patch-1
Browse files Browse the repository at this point in the history
Update run.sh
  • Loading branch information
jmtatsch authored Sep 1, 2020
2 parents 52a1f71 + 53fda01 commit dcfa5b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware_mod/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ if [ ! -f $CONFIGPATH/ntp_srv.conf ]; then
cp $CONFIGPATH/ntp_srv.conf.dist $CONFIGPATH/ntp_srv.conf
fi
ntp_srv="$(cat "$CONFIGPATH/ntp_srv.conf")"
timeout -t 30 sh -c "until ping -c1 \"$ntp_srv\" &>/dev/null; do sleep 3; done";
timeout 30 sh -c "until ping -c1 \"$ntp_srv\" &>/dev/null; do sleep 3; done";
/system/sdcard/bin/busybox ntpd -p "$ntp_srv"

## Load audio driver module:
Expand Down

0 comments on commit dcfa5b8

Please sign in to comment.