Update nodemgmt-scripts.sh

This commit is contained in:
2022-08-13 22:36:17 -05:00
parent 640cad0d03
commit 8f0ee2f6aa

View File

@@ -659,7 +659,7 @@ LISTCERTS(){
else
NCMD=''
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
if [ -z $action ] || [ "${action}" = "gui" ]; then
DIVIDER true