mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
push restart after recovery in case there is habitual server error
This commit is contained in:
parent
f00a668e38
commit
72501d04bf
1 changed files with 1 additions and 0 deletions
|
|
@ -782,6 +782,7 @@ LogLevel warn \n\
|
|||
fd.close()
|
||||
if len(files) != 0:
|
||||
self.revert_config(files)
|
||||
self.restart()
|
||||
|
||||
def standardize_excl(self):
|
||||
'''
|
||||
|
|
|
|||
Loading…
Reference in a new issue