mirror of
https://github.com/suikan4github/kaiten-yaki.git
synced 2025-12-20 10:31:17 -03:00
Correct punctuation
This commit is contained in:
parent
9242e402bd
commit
35b6d91058
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ function pre_install() {
|
|||
# Check volume group ${VGNAME} exist or not
|
||||
if vgdisplay -s ${VGNAME} &> /dev/null ; then # if exist
|
||||
echo "...Volume group ${VGNAME} already exist. Skipped to create. No problem."
|
||||
echo "...Activating all logical volumes in volume group ${VGNAME}."
|
||||
echo "...Activating all logical volumes in volume group \"${VGNAME}\"."
|
||||
vgchange -ay
|
||||
else
|
||||
echo "...Initializing a physical volume on \"${CRYPTPARTNAME}\""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue