From 0e720d0ba3c10154a922f2ca346493e0023a9213 Mon Sep 17 00:00:00 2001 From: Yacine31 Date: Tue, 14 Nov 2023 16:36:38 +0100 Subject: [PATCH] Update 20_dbvisit_infos.sh --- sh/20_dbvisit_infos.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sh/20_dbvisit_infos.sh b/sh/20_dbvisit_infos.sh index a06aa7b..df9315e 100644 --- a/sh/20_dbvisit_infos.sh +++ b/sh/20_dbvisit_infos.sh @@ -3,6 +3,8 @@ count=$(ps -ef | grep dbvctl | grep -v grep | grep ${ORACLE_SID} | wc -l) if [ $count -gt 0 ]; then + + echo "

Configuration DBVisit

" # les process dbvisit en cours echo "

Process DBVisit en cours d'exécution

" echo "
"