1
0

fix: 安装错误42:do

This commit is contained in:
TsMask
2025-01-22 21:12:03 +08:00
parent 5820c66f8b
commit e5fd1fe7a2

View File

@@ -38,8 +38,8 @@ for CFile in ${CFileList}; do
if [ -e "${OMCBinDir}/upgconf.sh" ] && [ "${CFile}" = "restconf.yaml" ]; then
${OMCBinDir}/upgconf.sh
fi
fi
do
fi
done
if [ ! -e "${FERootDir}/config.js" ]; then
cp ${FERootDir}/default/config.js ${FERootDir};