Update show_listener_log.sh

This commit is contained in:
Yacine31
2022-12-15 17:16:00 +01:00
parent 82aa647d10
commit 3297d8eb42

View File

@@ -89,8 +89,8 @@ fi
#--------------------------------------------
LOWER_LISTENER_NAME=$(echo {LISTENER_NAME} | tr 'A-Z' 'a-z')
UPPER_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')
# determiner si le listener est démarrée ou pas