fix: ...
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user