Update nodemgmt-scripts.sh

This commit is contained in:
2019-02-04 22:05:53 -06:00
parent ab55060857
commit 0cafbeed74

View File

@@ -85,7 +85,7 @@ CERTRENEW(){
LISTCERTS(){
#DIVIDER true
for d in /etc/letsencrypt/live/ ; do
for d in /etc/letsencrypt/live/*/ ; do
echo "$d"
done