diff --git a/show_listener_log.sh b/show_listener_log.sh index 6157a67..440fd3b 100644 --- a/show_listener_log.sh +++ b/show_listener_log.sh @@ -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