1
0
forked from me/IronOS

Fix typo in Linux flasher script (#49)

This commit is contained in:
Alex Wigen
2017-08-09 02:13:18 +02:00
committed by Ben V. Brown
parent 9969c66520
commit 57c0bf4dc1

View File

@@ -66,7 +66,7 @@ function wait_for_ts100 {
function mount_ts100 {
mkdir -p "$DIR_TMP"
sudo mount -t msdos -o uid=$UID "$1" "$DIR_TMP"
sudo mount -t msdos -o uid=$UID "$DEVICE" "$DIR_TMP"
if [ $? -ne 0 ]; then
echo "Failed to mount $DEVICE on $DIR_TMP"
exit 1