might be good to mount the right thing

This commit is contained in:
ducoterra
2019-09-15 22:16:07 -04:00
parent 59bf573b8f
commit c6ff508406

View File

@@ -49,7 +49,7 @@ def flash(dev):
print("flashed")
with tempfile.TemporaryDirectory() as tempdir:
mount_cmd = ["mount",f"{dev}2", tempdir]
mount_cmd = ["mount",/dev/f"{dev}2", tempdir]
umount_cmd = ["umount", tempdir]
print("mounting")