1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/garage_ynh.git synced 2024-09-03 18:36:32 +02:00
This commit is contained in:
Alexandre Aubin 2023-12-19 01:13:15 +01:00 committed by GitHub
parent ee92f4b95c
commit ef1b1f1848
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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