might be good to mount the right thing
This commit is contained in:
2
flash.py
2
flash.py
@@ -49,7 +49,7 @@ def flash(dev):
|
|||||||
print("flashed")
|
print("flashed")
|
||||||
|
|
||||||
with tempfile.TemporaryDirectory() as tempdir:
|
with tempfile.TemporaryDirectory() as tempdir:
|
||||||
mount_cmd = ["mount",f"{dev}2", tempdir]
|
mount_cmd = ["mount",/dev/f"{dev}2", tempdir]
|
||||||
umount_cmd = ["umount", tempdir]
|
umount_cmd = ["umount", tempdir]
|
||||||
|
|
||||||
print("mounting")
|
print("mounting")
|
||||||
|
|||||||
Reference in New Issue
Block a user