From 6d0eb6d2434312d6d32988632d5340692e4c7191 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 1 Aug 2025 11:02:29 +0200 Subject: [PATCH] Update tandoor-install.sh --- install/tandoor-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/tandoor-install.sh b/install/tandoor-install.sh index 69113981..6adb0e02 100644 --- a/install/tandoor-install.sh +++ b/install/tandoor-install.sh @@ -101,7 +101,7 @@ cd /opt/tandoor msg_ok "Installed Tandoor" msg_info "Creating Services" -cat <<'EOF' >/etc/systemd/system/tandoor.service +cat </etc/systemd/system/tandoor.service [Unit] Description=gunicorn daemon for tandoor After=network.target @@ -118,7 +118,7 @@ ExecStart=/opt/tandoor/.venv/bin/gunicorn --error-logfile /tmp/gunicorn_err.log WantedBy=multi-user.target EOF -cat <<'EOF' >/etc/nginx/conf.d/tandoor.conf +cat </etc/nginx/conf.d/tandoor.conf server { listen 80; #access_log /var/log/nginx/access.log;