Merge pull request #21 from kurim/master

Update start_flash.sh
pull/30/head
Andrijan Möcker 2019-01-26 18:22:43 +01:00 committed by GitHub
commit df38bc33c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ echo "Starting pairing procedure in screen"
sudo ip route add 255.255.255.255 dev $WLAN
sudo screen -L smarthack-smartconfig.log -S smarthack-smartconfig -m -d ./smartconfig/smartconfig.js
echo "Waiting for the upgraded device to appear"
echo "If this does not work have a look at the `*.log`-files in the `scripts` subfolder!"
echo "If this does not work have a look at the '*.log'-files in the 'scripts' subfolder!"
while ! timeout 0.2 ping -c 1 -n 10.42.42.42 &> /dev/null
do