This commit is contained in:
2019-02-04 22:05:36 -06:00
parent 87f0566e4a
commit ab55060857
2 changed files with 7 additions and 2 deletions

View File

@@ -85,10 +85,15 @@ CERTRENEW(){
LISTCERTS(){
#DIVIDER true
echo here
for d in /etc/letsencrypt/live/ ; do
echo "$d"
done
if [ -z $action ] || [ "${action}" = "gui" ]; then
ENTER2CONTINUE
fi
echo ""
}
NIGHTLYRENEW(){