From dbbaeee15a4c549f8d30a2b62d8915fe106e9cb3 Mon Sep 17 00:00:00 2001 From: mh4ckt3mh4ckt1c4s Date: Thu, 24 Nov 2022 20:30:18 +0100 Subject: [PATCH] Forgot backslash --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 80a8647..7e818cc 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -22,7 +22,7 @@ After=syslog.target [Service] RuntimeDirectory=%i ExecStart=/usr/bin/uwsgi \ - -H /opt/yunohost/searxng/ + -H /opt/yunohost/searxng/ \ --ini /etc/uwsgi/apps-available/%i.ini \ --socket /var/run/%i/app.socket \ --logto /var/log/uwsgi/%i/%i.log