Update nodemgmt-scripts.sh
This commit is contained in:
@@ -511,7 +511,7 @@ DEL-SSL(){
|
|||||||
DEL_SSL=${1}
|
DEL_SSL=${1}
|
||||||
fi
|
fi
|
||||||
if [ ! -z ${DEL_SSL+x} ] && [ "${DEL_SSL}" != "" ]; then
|
if [ ! -z ${DEL_SSL+x} ] && [ "${DEL_SSL}" != "" ]; then
|
||||||
if [ -d /etc/letsencrypt/live/${DEL_SSL} ]"; then
|
if [ -d /etc/letsencrypt/live/${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]}"
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user