Changeset 3453 in MondoRescue


Ignore:
Timestamp:
Aug 30, 2015, 4:42:15 AM (9 years ago)
Author:
Bruno Cornec
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/common/libmondo-devices.c

    r3450 r3453  
    10711071    bool retval = FALSE;
    10721072
    1073     mr_asprintf(tmp, "mr-device-mounted %s", device_raw);
     1073    mr_asprintf(tmp, "mr-device-mounted %s > /dev/null", device_raw);
    10741074    if (system(tmp) == 0) {
    10751075        retval = TRUE;
Note: See TracChangeset for help on using the changeset viewer.