diff --git a/sh/20_dbvisit_infos.sh b/sh/20_dbvisit_infos.sh index da50d39..521f90b 100644 --- a/sh/20_dbvisit_infos.sh +++ b/sh/20_dbvisit_infos.sh @@ -1,6 +1,6 @@ # script à exécuter si seulement dbvctl existe et une instance avec le nom de service dbv existe aussi -count=$(ps -ef | grep dbvctl | grep -v grep | ${ORACLE_SID} | wc -l) +count=$(ps -ef | grep dbvctl | grep -v grep | grep ${ORACLE_SID} | wc -l) if [ $count -gt 0 ]; then # dbvisit