1
0

fix: add psap.yaml default config file

This commit is contained in:
zhangsz
2025-07-02 17:44:08 +08:00
parent f2ac091e62
commit 1ba62fb7c1
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=$(find ${OMCEtcDir}/default -maxdepth 1 -type f \( -name "*.yaml" -o -name "*.conf" \) -exec basename {} \;)
LogoFileList="zh_brand.png zh_icon.png en_brand.png en_icon.png"
echo ""