diff options
| author | Mattias Andrée <maandree@operamail.com> | 2012-12-28 07:10:56 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2012-12-28 07:10:56 +0100 |
| commit | 98218a28354a432ca6afd26f5875af54ea7b5c71 (patch) | |
| tree | 30289e5cdbb51c03e9def1614963b731092225a9 /bootcleanse.py | |
| parent | m + implementation of removal of mbr code (diff) | |
| download | bootcleanse-98218a28354a432ca6afd26f5875af54ea7b5c71.tar.gz bootcleanse-98218a28354a432ca6afd26f5875af54ea7b5c71.tar.bz2 bootcleanse-98218a28354a432ca6afd26f5875af54ea7b5c71.tar.xz | |
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'bootcleanse.py')
| -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() |
