Skip to content

Commit

Permalink
don't fail if mmcblk0 was already cleaned up
Browse files Browse the repository at this point in the history
  • Loading branch information
alekseifedotov committed Dec 6, 2024
1 parent faaeee8 commit fa72026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-agent/t/podman-runner.nu
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def populate-mock-usr-persistent [] {

def populate-mock-mmcblk [] {
#TODO cleanup at the END not in the beginning
rm mmcblk0
rm -f mmcblk0

# root@localhost:~# parted /dev/mmcblk0
# uGNU Parted 3.3
Expand Down

0 comments on commit fa72026

Please sign in to comment.