diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index d950d330..76217d60 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -732,7 +732,7 @@ DELSITE(){ read DEL_SSL fi if [ ! -z ${DEL_SITE+x} ] && [ "${DEL_SITE}" != "" ]; then - echo -e "${idsCL[LightRed]}Deleting site '${idsCL[Red]}${DEL_SITE}${idsCL[LightRed]}'...${idsCL[Default]}" + echo -e "${idsCL[LightRed]}Deleting site '${idsCL[Red]}${DEL_SITE^^}${idsCL[LightRed]}'...${idsCL[Default]}" echo "" echo -e "${idsCL[LightRed]}[[Removing Files and Folders]]${idsCL[Default]}"