From ef1b1f184814f3262394bf5c9b86006d721a0aaa Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Tue, 19 Dec 2023 01:13:15 +0100 Subject: [PATCH] zgrmbl --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index dc4a3fb..9478dfc 100755 --- a/scripts/install +++ b/scripts/install @@ -54,7 +54,7 @@ if [[ "${PACKAGE_CHECK_EXEC:-}" -eq 1 ]] then cat << EOF > ../conf/nginx.conf location / { - return 200 'This is a dummy page for garage, only displayed during tests on Yunohost CI' + return 200 'This is a dummy page for garage, only displayed during tests on Yunohost CI'; } EOF fi