1
0

fix: changed omcd to psapd

This commit is contained in:
zhangsz
2025-06-16 16:22:18 +08:00
parent 4ebbbbf1f3
commit 1b531f3556
5 changed files with 6 additions and 6 deletions

View File

@@ -36,7 +36,7 @@ FERootDir=${OMCRootDir}/htdocs/front
OMCBinDir=${OMCRootDir}/bin
OMCStaticDir=${OMCRootDir}/static
UsrLocalBinDir=/usr/local/bin
OMCDaemon=omcd
OMCDaemon=psapd
NginxEtcDir=/etc/nginx
CFileList="restconf.yaml sshsvc.yaml omc.conf"
LogoFileList="zh_brand.png zh_icon.png en_brand.png en_icon.png"
@@ -105,7 +105,7 @@ echo "done"
# 卸载时执行
%postun
UsrLocalBinDir=/usr/local/bin
rm -f ${UsrLocalBinDir}/omcd
rm -f ${UsrLocalBinDir}/psapd
# setting firewall
PortList="80 443 44080 44443 33030 22222"