ui - fix wrong error path when starting nginx

This commit is contained in:
fl0ppy-d1sk 2023-10-26 16:19:50 +02:00
parent 4e820f6de2
commit 5887b894f0
No known key found for this signature in database
GPG key ID: 93EE47CC3D061500

View file

@ -60,7 +60,7 @@ class Instance:
if self._type == "local":
return (
run(
[join(sep, "usr", "sbin", "nginx")],
[join(sep, "usr", "sbin", "nginx"), "-e", "/var/log/bunkerweb/error.log"],
stdin=DEVNULL,
stderr=STDOUT,
check=False,