fix: 将配置中的 "standard" 修改为 "std"
This commit is contained in:
2
build.sh
2
build.sh
@@ -98,7 +98,7 @@ ReleaseFileName=omc-r${VERSION}-${Date}-${OS_NAME}-${PACKAGE_ARCH}.${PACKAGE_MAN
|
||||
# 应用文件处理 ./位于临时目录
|
||||
app() {
|
||||
# 数据库脚本 common属于重建脚本
|
||||
modeList="standard lite"
|
||||
modeList="std lite"
|
||||
for v in ${modeList}; do
|
||||
path=./usr/local/etc/omc/database/${v}
|
||||
cp -rf $path/common/* $path/install/
|
||||
|
||||
Reference in New Issue
Block a user