diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index ce9c0552..35816ed8 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 '${idsST[Bold]}${idsCL[Red]}${SITES[${selsite}]}${idsST[Reset]}${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