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

@@ -18,11 +18,11 @@ echo "* To start/stop/restart/status omc service, please run:"
echo " sudo systemctl start/stop/restart/status restagent.service"
echo " sudo systemctl start/stop/restart/status sshsvc.service"
echo " or run: "
echo " sudo /usr/local/omc/bin/omcsvc.sh start/stop/restart/status"
echo " sudo /usr/local/omc/bin/psapsvc.sh start/stop/restart/status"
echo ""
cd ${UsrLocalBinDir}
if [ ! -e ${OmcDaemon} ]; then ln -s ${OmcBinDir}/omcsvc.sh ${OmcDaemon}; fi
if [ ! -e ${OmcDaemon} ]; then ln -s ${OmcBinDir}/psapsvc.sh ${OmcDaemon}; fi
chmod +rx ${OMCRootDir}/bin/*
chmod +rx ${OMCRootDir}/*