mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 09:01:38 +00:00
Fixed typo.
This commit is contained in:
parent
71390ad11f
commit
acf1a5e77a
|
@ -43,7 +43,7 @@ def init_letsencrypt():
|
|||
'/etc/nginx/sites-enabled/seafile.nginx.conf', context)
|
||||
|
||||
# TODO: The 5 seconds heuristic is not good, how can we know for sure nginx is ready?
|
||||
print 'waiting for mysql server to be ready'
|
||||
print 'waiting for nginx server to be ready'
|
||||
time.sleep(5)
|
||||
call('nginx -s reload')
|
||||
|
||||
|
|
Loading…
Reference in a new issue