Update nodemgmt-scripts.sh
This commit is contained in:
@@ -217,7 +217,12 @@ DELSITE(){
|
||||
elif [[ $DEL_SSL =~ ^[Yy]$ ]]; then
|
||||
DEL_SSL=yes
|
||||
fi
|
||||
|
||||
if [ -z ${DEL_SITE+x} ]; then
|
||||
echo
|
||||
echo -e -n "${idsCL[LightCyan]}Delete what site address: ${idsCL[Default]}"
|
||||
read DEL_SITE
|
||||
echo ""
|
||||
fi
|
||||
if [ ! -z ${DEL_SITE+x} ]; then
|
||||
echo -e "${idsCL[LightRed]}Deleting site '${idsCL[Red]}${DEL_SITE}${idsCL[LightRed]}'...${idsCL[Default]}"
|
||||
echo ""
|
||||
|
||||
Reference in New Issue
Block a user