From 834c3aee2c17de2ba6587dee283c6e4c3417498d Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 25 Jul 2019 23:46:35 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 00859363..61932c13 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -826,7 +826,7 @@ DELSITES(){ else while : do - echo -e -n "${idsCL[LightRed]}Are you sure you want to delete '${idsCL[Magenta]}${SITES[${selsite}]^^}${idsCL[LightRed]}'? [y/N]${idsCL[Default]} " + echo -e -n "${idsCL[LightRed]}Are you sure you want to delete '${idsCL[Red]}${SITES[${selsite}]^^}${idsCL[LightRed]}'? [y/N]${idsCL[Default]} " read response echo "" if [[ $response =~ ^[Yy]$ ]]; then