Changeset 3279 in MondoRescue for branches/3.2/mindi/rootfs/usr/sbin/post-init


Ignore:
Timestamp:
Apr 30, 2014, 1:05:17 PM (10 years ago)
Author:
Bruno Cornec
Message:
  • flaws_str should be NULL if no error detected not ""
  • Try to redirect back fd at restore time before launching mondorestore to avoid garbage in log
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi/rootfs/usr/sbin/post-init

    r3271 r3279  
    44#
    55#------------------------------------------------------------
    6 
    7 
    8 sleep 1
    96
    107if [ -f "/tmp/mountlist.txt" ]; then
     
    7067fi
    7168
     69# Now suppress msg redirection to avoid poluting log file
     70exec 2>&4 >&5 4>&- 5>&-
     71
    7272if [ "$compare" ] ; then
    7373    LogIt "------------------COMPARE MODE-----------------" 1
Note: See TracChangeset for help on using the changeset viewer.