Correct punctuation

This commit is contained in:
Suikan 2021-07-02 18:29:04 +09:00
parent 9242e402bd
commit 35b6d91058

View file

@ -61,7 +61,7 @@ function pre_install() {
# Check volume group ${VGNAME} exist or not # Check volume group ${VGNAME} exist or not
if vgdisplay -s ${VGNAME} &> /dev/null ; then # if exist if vgdisplay -s ${VGNAME} &> /dev/null ; then # if exist
echo "...Volume group ${VGNAME} already exist. Skipped to create. No problem." 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 vgchange -ay
else else
echo "...Initializing a physical volume on \"${CRYPTPARTNAME}\"" echo "...Initializing a physical volume on \"${CRYPTPARTNAME}\""