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