diff --git a/misc/actpkg.sh b/misc/actpkg.sh index 9c40b264..1a5fb2c9 100644 --- a/misc/actpkg.sh +++ b/misc/actpkg.sh @@ -27,7 +27,7 @@ case "${extension}" in EOF if [ ${neType} == "OMC" ]; then ${omcBin}/setomc.sh -m upgrade >> ${logFile} - ${omcBin}/omcsvc.sh restart + ${omcBin}/omcsvc.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 + ${omcBin}/omcsvc.sh restart >> ${logFile} fi ;; *) diff --git a/misc/rbkpkg.sh b/misc/rbkpkg.sh index a7867a9b..ef9b4551 100644 --- a/misc/rbkpkg.sh +++ b/misc/rbkpkg.sh @@ -27,7 +27,7 @@ case "${extension}" in EOF if [ ${neType} == "OMC" ]; then ${omcBin}/setomc.sh -m upgrade >> ${logFile} - ${omcBin}/omcsvc.sh restart + ${omcBin}/omcsvc.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 + ${omcBin}/omcsvc.sh restart >> ${logFile} fi ;; *)