1
0

feat: 默认配置文件追加omc.conf作为脚本配置变量

This commit is contained in:
TsMask
2024-06-06 11:59:01 +08:00
parent 32ae6f747d
commit 27af9d7c37
3 changed files with 3 additions and 3 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="restconf.yaml crontask.yaml tasks.yaml sshsvc.yaml capconf.yaml omc.conf"
LogoFileList="zh_brand.png zh_icon.png en_brand.png en_icon.png"
for CFile in ${CFileList}; do
if [ ! -e "${OMCEtcDir}/${CFile}" ]; then