Changeset 1990


Ignore:
Timestamp:
Jan 25, 2009, 8:11:54 PM (15 years ago)
Author:
broder
Message:

Fix an accidental typo-uncorrection.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-remote/host/usr/sbin/invirt-lvm

    r1989 r1990  
    6868    # this is running non-interactively), so let's just drop them on
    6969    # the floor for now.
    70     if os.fork() != 0:
     70    if os.fork() == 0:
    7171        call(["/bin/dd", "if=/dev/zero", "of=%s" % new_lvpath])
    7272        call(["/sbin/lvchange", "-a", "n", new_lvpath])
Note: See TracChangeset for help on using the changeset viewer.