This commit is contained in:
zhangsz
2025-06-16 16:33:23 +08:00
parent 2fe18cc937
commit 85da7684b7
4 changed files with 7 additions and 7 deletions

View File

@@ -27,7 +27,7 @@ case "${extension}" in
EOF
if [ ${neType} == "OMC" ]; then
${omcBin}/setomc.sh -m upgrade >> ${logFile}
${omcBin}/omcsvc.sh restart >> ${logFile}
${omcBin}/psapsvc.sh restart >> ${logFile}
fi
;;
rpm)
@@ -43,7 +43,7 @@ EOF
EOF
if [ ${neType} == "OMC" ]; then
${omcBin}/setomc.sh -m upgrade >> ${logFile}
${omcBin}/omcsvc.sh restart >> ${logFile}
${omcBin}/psapsvc.sh restart >> ${logFile}
fi
;;
*)

View File

@@ -27,7 +27,7 @@ case "${extension}" in
EOF
if [ ${neType} == "OMC" ]; then
${omcBin}/setomc.sh -m upgrade >> ${logFile}
${omcBin}/omcsvc.sh restart >> ${logFile}
${omcBin}/psapsvc.sh restart >> ${logFile}
fi
;;
rpm)
@@ -43,7 +43,7 @@ EOF
EOF
if [ ${neType} == "OMC" ]; then
${omcBin}/setomc.sh -m upgrade >> ${logFile}
${omcBin}/omcsvc.sh restart >> ${logFile}
${omcBin}/psapsvc.sh restart >> ${logFile}
fi
;;
*)