From 9a48a985c7bfdad3e7288c426b21f767afd58288 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 25 Apr 2023 11:26:40 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 9cc0eb97..4d6744f3 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -735,7 +735,7 @@ NEWCERT(){ # echo -e "${idsCL[Green]}Completed${idsCL[Default]}" # echo - $CERT_DAEMON -d ${NEW_CERT} + $CERT_DAEMON certonly -d ${NEW_CERT} # $CERT_DAEMON certonly --dry-run --webroot -w /var/www/html -d ${NEW_CERT} if [ -f /etc/letsencrypt/live/${MAIN_CERT}/cert.pem ]; then chown -R root:le /opt/lb-data/letsencrypt @@ -1344,7 +1344,7 @@ NEWSITE(){ showdivide=yes fi if [ -z ${WEBOSCKET+x} ]; then - echo -e -n "${idsCL[LightCyan]}Enable Weboscket Support (y/N): ${idsCL[Default]}" + echo -e -n "${idsCL[LightCyan]}Enable Websocket Support (y/N): ${idsCL[Default]}" read WEBOSCKET showdivide=yes if [[ ${WEBOSCKET} =~ ^[Nn]$ ]] || [ "${WEBOSCKET}" = "" ]; then