Changeset 3739 in MondoRescue


Ignore:
Timestamp:
Nov 18, 2019, 2:12:53 AM (4 years ago)
Author:
Bruno Cornec
Message:

Now really call subvol scripts at restore time

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/mondo/src/mondorestore/mondo-prep.c

    r3736 r3739  
    797797
    798798/*  BR#852: we need to create BTRFS subvols now */
    799 if ((res) && (strcmp(format, "btrfs") == 0)) {
     799if ((! res) && (strcmp(format, "btrfs") == 0)) {
    800800    /*  Creating potential btrfs subvolumes */
    801801    if (does_file_exist("/tmp/create-btrfs-subvol")) {
Note: See TracChangeset for help on using the changeset viewer.