chore: 打包restconf.yaml配置文件改名omc.yaml

This commit is contained in:
TsMask
2024-03-19 20:25:59 +08:00
parent 30326c1e53
commit 7e8360dcb4
6 changed files with 6 additions and 6 deletions

View File

@@ -72,7 +72,7 @@ OMCStaticDir=/usr/local/omc/static
UsrLocalBinDir=/usr/local/bin
OmcDaemon=omcd
NginxEtcDir=/etc/nginx
CFileList="restconf.yaml crontask.yaml tasks.yaml sshsvc.yaml capconf.yaml"
CFileList="omc.yaml crontask.yaml tasks.yaml sshsvc.yaml capconf.yaml"
LogoFileList="zh_brand.png zh_icon.png en_brand.png en_icon.png"
for CFile in ${CFileList}; do
if [ ! -e "${OMCEtcDir}/${CFile}" ]; then