update changelog

This commit is contained in:
VirtuBox
2019-06-16 19:37:27 +02:00
parent 3eaeff89a1
commit 7eacd6c44d
2 changed files with 6 additions and 1 deletions

View File

@@ -100,7 +100,8 @@ class WODebugController(CementBaseController):
for ip_addr in debug_address:
if not ("debug_connection "+ip_addr in open('/etc/nginx/'
'nginx.conf', encoding='utf-8').read()):
'nginx.conf',
encoding='utf-8').read()):
Log.info(self, "Setting up Nginx debug connection"
" for "+ip_addr)
WOShellExec.cmd_exec(self, "sed -i \"/events {{/a\\ \\ \\ "