Fix the name of funciton

This commit is contained in:
Suikan 2021-07-06 08:06:15 +09:00
parent 7b91fbd9f4
commit d0200d88d8

View file

@ -288,7 +288,7 @@ function para_install_msg() {
# Common post-install stage # Common post-install stage
# ******************************************************************************* # *******************************************************************************
# In side this script, the chrooted job is parameterrized as by evn variable TARGETCHROOTEDJOB # In side this script, the chrooted job is parameterrized as by evn variable TARGETCHROOTEDJOB
function post_install_local() { function post_install() {
## Mount the target file system ## Mount the target file system
# ${TARGETMOUNTPOINT} is created by the GUI/TUI installer # ${TARGETMOUNTPOINT} is created by the GUI/TUI installer
echo "...Mounting /dev/mapper/${VGNAME}-${LVROOTNAME} on ${TARGETMOUNTPOINT}." echo "...Mounting /dev/mapper/${VGNAME}-${LVROOTNAME} on ${TARGETMOUNTPOINT}."