Ignore:
Timestamp:
Jul 20, 2009, 11:36:52 AM (15 years ago)
Author:
Bruno Cornec
Message:

r3286@localhost: bruno | 2009-07-20 11:23:58 +0200

  • Fix stnrage dir modes for scratchdir
  • Try to improve udev launch at restore time
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.10/mondo/src/common/libmondo-archive.c

    r2284 r2286  
    17151715            bkpinfo->scratchdir, destfile);
    17161716    (void) getcwd(old_pwd, MAX_STR_LEN - 1);
    1717     mr_asprintf(&tmp, "chmod 744 %s", bkpinfo->scratchdir);
     1717    mr_asprintf(&tmp, "chmod 755 %s", bkpinfo->scratchdir);
    17181718    run_program_and_log_output(tmp, FALSE);
    17191719    mr_free(tmp);
Note: See TracChangeset for help on using the changeset viewer.