Changeset 784 in MondoRescue for branches


Ignore:
Timestamp:
Sep 1, 2006, 11:31:58 AM (18 years ago)
Author:
Bruno Cornec
Message:

Fix Bug #46

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mindi/mindi

    r766 r784  
    14451445            current_lvolume="`find /dev -lname "$current_partition" | grep -Ev '^/dev/\.static/'`"
    14461446            echo $current_lvolume | grep -q ' '
    1447             if [ $? -eq 0]; then
     1447            if [ $? -eq 0 ]; then
    14481448                echo "WARNING: Multiple Logical Volumes found. Report to dev team" >> $LOGFILE 
    14491449            fi
Note: See TracChangeset for help on using the changeset viewer.