From 711461c57c7f98247d34c3dd8d758d64f6f90632 Mon Sep 17 00:00:00 2001 From: deflax Date: Thu, 6 Feb 2025 20:21:31 +0200 Subject: [PATCH] fix new line --- src/api/scripts/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/scripts/run.sh b/src/api/scripts/run.sh index ba98c62..f75cf24 100644 --- a/src/api/scripts/run.sh +++ b/src/api/scripts/run.sh @@ -15,5 +15,5 @@ echo "waitress-serve $APP_MODULE" pwd waitress-serve --port=8080 --threads=16 \ --trusted-proxy='*' --log-untrusted-proxy-headers \ ---trusted-proxy-headers='x-forwarded-for' +--trusted-proxy-headers='x-forwarded-for' \ --call $APP_MODULE \ No newline at end of file