1
0
This commit is contained in:
zhangsz
2025-06-16 16:33:15 +08:00
parent 1b531f3556
commit 6affa5f93e
3 changed files with 5 additions and 5 deletions

View File

@@ -68,7 +68,7 @@ if ! id -u omc >/dev/null 2>&1 ; then useradd -d /opt/omc -m -s /bin/bash -p
mkdir -p /opt/omc/ftp
mkdir -p /opt/omc/ftp/log
cd ${UsrLocalBinDir}
if [ ! -e ${OMCDaemon} ]; then ln -s ${OMCBinDir}/omcsvc.sh ${OMCDaemon}; fi
if [ ! -e ${OMCDaemon} ]; then ln -s ${OMCBinDir}/psapsvc.sh ${OMCDaemon}; fi
# setting firewall
PortList="80 443 44080 44443 33030 22222"