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

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
VERS='1.01312019'
VERS='1.02042019'
NODE_HOSTS=10.5.10.51,10.5.10.52,10.5.10.53
NODE_SERVICES=mysql,nginx,gitea,haproxy,keepalived,maxscale
CERT_DAEMON='/usr/bin/certbot'

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(){