From 8f0ee2f6aad93ececa2881de63db4d2c49a8f47e Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 13 Aug 2022 22:36:17 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 47df1817..de139507 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -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