Changeset 1612 in MondoRescue for branches/2.2.5/mindi/rootfs/sbin/post-init


Ignore:
Timestamp:
Sep 2, 2007, 2:45:09 AM (17 years ago)
Author:
Bruno Cornec
Message:

Fix #194

File:
1 edited

Legend:

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

    r1315 r1612  
    121121                mondorestore --nuke
    122122            else
    123             mondorestore; # MR will detect & access the tape
     123                mondorestore; # MR will detect & access the tape
    124124            fi
    125125    fi
     
    138138        fi
    139139    else
    140     LogIt "------------------EXPERT MODE------------------" 1
    141     LogIt "You do all the work. :-)" 1
    142     if which mondorestore > /dev/null 2> /dev/null ; then
     140        LogIt "------------------EXPERT MODE------------------" 1
     141        LogIt "You do all the work. :-)" 1
     142        if which mondorestore > /dev/null 2> /dev/null ; then
    143143            LogIt "Type 'mondorestore' to begin the restore/compare process." 1
    144         loc=`which ISO 2> /dev/null`
     144            loc=`which ISO 2> /dev/null`
    145145        fi
    146146    fi
Note: See TracChangeset for help on using the changeset viewer.