From bb7ad69a3b36852dcbfc991c908fcbc536e80c18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Thu, 23 Oct 2025 22:34:11 +0200 Subject: [PATCH] fixes --- npm_install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npm_install.py b/npm_install.py index 2f148e8..0eefdcd 100644 --- a/npm_install.py +++ b/npm_install.py @@ -419,7 +419,7 @@ def ensure_user_and_dirs(): "/data/nginx/default_host","/data/nginx/default_www","/data/nginx/proxy_host", "/data/nginx/redirection_host","/data/nginx/stream","/data/nginx/dead_host","/data/nginx/temp", "/data/letsencrypt-acme-challenge","/opt/npm","/opt/npm/frontend","/opt/npm/global", - "/run/nginx","/run/angie","/tmp/nginx/body" + "/run/nginx","/run/angie","/tmp/angie/body" ] for d in dirs: Path(d).mkdir(parents=True, exist_ok=True)