1
0

feat: add config file nbi_pm.yaml

This commit is contained in:
simon
2025-08-11 17:25:05 +08:00
parent e8059871d5
commit d38cf41630
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ UsrLocalBinDir=/usr/local/bin
OmcDaemon=omcd
NginxEtcDir=/etc/nginx
NginxConfDir=${NginxEtcDir}/conf.d
CFileList="restconf.yaml sshsvc.yaml omc.conf"
CFileList=$(ls ${OMCEtcDir}/default)
LogoFileList="zh_brand.png zh_icon.png en_brand.png en_icon.png"
echo ""

View File

@@ -10,7 +10,7 @@ UsrLocalBinDir=/usr/local/bin
OmcDaemon=omcd
NginxEtcDir=/etc/nginx
NginxConfDir=${NginxEtcDir}/conf.d
CFileList="restconf.yaml sshsvc.yaml omc.conf"
CFileList=$(ls ${OMCEtcDir}/default)
LogoFileList="zh_brand.png zh_icon.png en_brand.png en_icon.png"
echo ""