mirror of
https://github.com/YunoHost-Apps/garage_ynh.git
synced 2024-09-03 18:36:32 +02:00
zgrmbl
This commit is contained in:
parent
ee92f4b95c
commit
ef1b1f1848
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ if [[ "${PACKAGE_CHECK_EXEC:-}" -eq 1 ]]
|
||||||
then
|
then
|
||||||
cat << EOF > ../conf/nginx.conf
|
cat << EOF > ../conf/nginx.conf
|
||||||
location / {
|
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
|
EOF
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue