Browse Source

alanw:


			
			
				rocklinux
			
			
		
Alan J. Wylie 20 years ago
parent
commit
5b4875f38c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package/base/lvm-wrapper/lvm-wrapper.sh

+ 1
- 1
package/base/lvm-wrapper/lvm-wrapper.sh

@ -42,7 +42,7 @@ else
BASE=/lib/lvm2
fi
NAME="`basename $0`"
NAME=${0##*/}
[ ! -e "$BASE" ] &&
die "utils for $VERSION are not available. did you miss to install them?"

Loading…
Cancel
Save