1
0
forked from me/IronOS
This commit is contained in:
Ben V. Brown
2017-08-09 10:28:54 +10:00

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