From 0f97d192ea04a43b00e606a51c615a29b4e91e90 Mon Sep 17 00:00:00 2001 From: Tobias Date: Mon, 15 Dec 2025 21:57:57 +0100 Subject: [PATCH] fix nginx --- ct/homarr.sh | 1 + install/homarr-install.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/ct/homarr.sh b/ct/homarr.sh index 770074cfb..151823f0b 100644 --- a/ct/homarr.sh +++ b/ct/homarr.sh @@ -38,6 +38,7 @@ function update_script() { if ! { grep -q '^REDIS_IS_EXTERNAL=' /opt/homarr/.env 2>/dev/null || grep -q '^REDIS_IS_EXTERNAL=' /opt/homarr.env 2>/dev/null; }; then msg_info "Fixing old structure" + systemctl disable -q --now nginx $STD apt install -y musl-dev # Error: ec 15 21:05:23 homarr run.sh[330]: тип Error: libc.musl-x86_64.so.1: cannot open shared object file: No such file or di> # Dec 15 21:05:23 homarr run.sh[330]: at ignore-listed frames { diff --git a/install/homarr-install.sh b/install/homarr-install.sh index 4231434b2..f2a63f698 100644 --- a/install/homarr-install.sh +++ b/install/homarr-install.sh @@ -80,6 +80,7 @@ chmod +x /opt/homarr/run.sh systemctl daemon-reload systemctl enable -q --now redis-server && sleep 5 systemctl enable -q --now homarr +systemctl disable -q --now nginx msg_ok "Created Services" motd_ssh