scripts/flashing/flash.sh: Add missing quotes
authorRosen Penev <rosenp@gmail.com>
Mon, 6 Jan 2020 02:27:06 +0000 (18:27 -0800)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Sun, 24 May 2020 12:44:00 +0000 (14:44 +0200)
commit34a2780395bef13be548c04b03b132a40bf32adf
tree2139f80e635d235dc378c08d2b65962c0515254c
parent9a1f4b2f83ef581edca1de6f07e0d84816610f6a
scripts/flashing/flash.sh: Add missing quotes

These are in if statements (where they should be), and echo output that is
not piped to anything. These should be safe.

Found with shellcheck.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
scripts/flashing/flash.sh