Update nodemgmt-scripts.sh
This commit is contained in:
@@ -503,12 +503,12 @@ NEWCERT(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
DEL-SSL(){
|
DEL-SSL(){
|
||||||
if [ -z ${2+x} ]; then
|
if [ -z ${1+x} ]; then
|
||||||
echo -e -n "${idsCL[LightCyan]}Delete what SSL site address: ${idsCL[Default]}"
|
echo -e -n "${idsCL[LightCyan]}Delete what SSL site address: ${idsCL[Default]}"
|
||||||
read DEL_SSL
|
read DEL_SSL
|
||||||
echo ""
|
echo ""
|
||||||
else
|
else
|
||||||
DEL_SSL=${2}
|
DEL_SSL=${1}
|
||||||
fi
|
fi
|
||||||
if [ ! -z ${DEL_SSL+x} ] && [ "${DEL_SSL}" != "" ]; then
|
if [ ! -z ${DEL_SSL+x} ] && [ "${DEL_SSL}" != "" ]; then
|
||||||
echo -e "${idsCL[LightRed]}Deleting the SSL certificates for '${idsCL[Red]}${DEL_SSL}${idsCL[LightRed]}'...${idsCL[Default]}"
|
echo -e "${idsCL[LightRed]}Deleting the SSL certificates for '${idsCL[Red]}${DEL_SSL}${idsCL[LightRed]}'...${idsCL[Default]}"
|
||||||
|
|||||||
Reference in New Issue
Block a user