mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02:00
Wait a bit before restarting the server... allow files to finish updating
This commit is contained in:
@@ -365,6 +365,8 @@ def authenticate():
|
||||
print "Enabling Site", host.file
|
||||
config.enable_site(host.file)
|
||||
|
||||
for i in range(10000):
|
||||
continue
|
||||
sni_challenge.apache_restart(quiet=curses)
|
||||
elif r.failure.IsInitialized():
|
||||
print "Server reported failure."
|
||||
|
||||
Reference in New Issue
Block a user