Update nodemgmt-scripts.sh
This commit is contained in:
@@ -659,7 +659,7 @@ LISTCERTS(){
|
|||||||
else
|
else
|
||||||
NCMD=''
|
NCMD=''
|
||||||
rm -f /tmp/ssllist
|
rm -f /tmp/ssllist
|
||||||
for certdir in /mnt/web-data/letsencrypt/*/ ; do echo $certdir; done > /tmp/ssllist
|
for certdir in /etc/letsencrypt/live/*/ ; do echo $certdir; done > /tmp/ssllist
|
||||||
fi
|
fi
|
||||||
if [ -z $action ] || [ "${action}" = "gui" ]; then
|
if [ -z $action ] || [ "${action}" = "gui" ]; then
|
||||||
DIVIDER true
|
DIVIDER true
|
||||||
|
|||||||
Reference in New Issue
Block a user