Update show_listener_log.sh
This commit is contained in:
@@ -89,8 +89,8 @@ fi
|
|||||||
#--------------------------------------------
|
#--------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
LOWER_LISTENER_NAME=$(echo {LISTENER_NAME} | tr 'A-Z' 'a-z')
|
LOWER_LISTENER_NAME=$(echo ${LISTENER_NAME} | tr 'A-Z' 'a-z')
|
||||||
UPPER_LISTENER_NAME=$(echo {LISTENER_NAME} | tr 'a-z' 'A-Z')
|
UPPER_LISTENER_NAME=$(echo ${LISTENER_NAME} | tr 'a-z' 'A-Z')
|
||||||
|
|
||||||
# determiner si le listener est démarrée ou pas
|
# determiner si le listener est démarrée ou pas
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user