diff --git a/sh/09_os_info.sh b/sh/09_os_info.sh index 434d6bb..7462553 100644 --- a/sh/09_os_info.sh +++ b/sh/09_os_info.sh @@ -11,7 +11,7 @@ echo "
"
 ps -ef | grep tnslsnr | grep -v grep 
 echo "
" -echo "

Statut du listener ${ORACLE_SID}:

" +echo "

Statut du listener ${ORACLE_SID} :

" # ps -ef | grep tnslsnr | egrep -i "LISTENER_${ORACLE_SID}" | grep -v grep | while read l ps -ef | grep tnslsnr | egrep -i "${ORACLE_SID}" | grep -v grep | while read l do