1
0

fix: change OMC to PSAP

This commit is contained in:
zhangsz
2025-06-16 14:17:59 +08:00
parent f0688a4273
commit 4ebbbbf1f3
6 changed files with 6 additions and 6 deletions

View File

@@ -89,7 +89,7 @@ if [ "$M_PARAM" = "install" -o "$M_PARAM" = "upgrade" ]; then
fi
fi
echo -n "Starting OMC service ... "
echo -n "Starting PSAP service ... "
systemctl start sshsvc.service
systemctl start restagent.service
echo "done"

View File

@@ -7,7 +7,7 @@ rm -f /usr/local/bin/omcd
systemctl daemon-reload
if systemctl list-units --type=service --all | grep -q 'restagent.service'; then
echo -n "Stopping OMC service ... "
echo -n "Stopping PSAP service ... "
systemctl stop restagent.service
systemctl stop sshsvc.service
echo "done"

View File

@@ -2,7 +2,7 @@
systemctl daemon-reload
if systemctl list-units --type=service --all | grep -q 'restagent.service'; then
echo -n "Stopping OMC service ... "
echo -n "Stopping PSAP service ... "
systemctl stop restagent.service
systemctl stop sshsvc.service
echo "done"