Update 20_dbvisit_infos.sh

This commit is contained in:
Yacine31
2023-11-14 16:36:38 +01:00
parent b44609b530
commit 0e720d0ba3

View File

@@ -3,6 +3,8 @@
count=$(ps -ef | grep dbvctl | grep -v grep | grep ${ORACLE_SID} | wc -l) count=$(ps -ef | grep dbvctl | grep -v grep | grep ${ORACLE_SID} | wc -l)
if [ $count -gt 0 ]; then if [ $count -gt 0 ]; then
echo "<h1>Configuration DBVisit</h1>"
# les process dbvisit en cours # les process dbvisit en cours
echo "<h2>Process DBVisit en cours d'exécution</h2>" echo "<h2>Process DBVisit en cours d'exécution</h2>"
echo "<pre>" echo "<pre>"