1
0
spogulis no https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-27 19:37:22 +01:00

Using output from shell method correctly

Šī revīzija ir iekļauta:
Justus Wingert
2023-08-14 16:40:12 +02:00
revīziju iesūtīja GitHub
vecāks 2572d50411
revīzija b4b993e93e

Parādīt failu

@@ -111,7 +111,7 @@ def do_web_update(env):
nginx_conf.append((domain, make_domain_config(domain, [template0, template3], ssl_certificates, env)))
# Load the currently enabled sites for nginx.
sites_enabled = shell('check_output', ["ls", "/etc/nginx/sites-enabled"])
_, sites_enabled = shell('check_output', ["ls", "/etc/nginx/sites-enabled"])
warnings = []
# Did the files change? If not, don't bother writing & restarting nginx.