1
0
Fork 0

Removing last bash

This commit is contained in:
Joao Magalhaes 2022-08-25 02:26:02 +00:00
parent bcb6251377
commit 91a02166f1
3 changed files with 1 additions and 71 deletions

View file

@ -157,7 +157,6 @@ class Certbot:
' --no-eff-email'
' --non-interactive'
' --max-log-backups=0'
' --post-hook "/scripts/certbot_to_haproxy.sh"'
' %s --email %s' % (' '.join(request_certs), self.email)
)
@ -167,7 +166,7 @@ class Certbot:
ret_reload = True
if len(renew_certs) > 0:
Functions.run_bash("CERTBOT", "/usb/bin/certbot renew --post-hook /scripts/certbot_to_haproxy.sh", return_result=False)
Functions.run_bash("CERTBOT", "/usb/bin/certbot renew", return_result=False)
ret_reload = True
if ret_reload: