1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00

Merge branch 'testing' into v2_PostgreSQL

This commit is contained in:
Éric Gaspar 2024-08-02 09:33:57 +02:00
commit 8cfdb4fb9f

View file

@ -18,9 +18,10 @@ wait_nginx_reload() {
fi fi
sleep 1 sleep 1
done done
# Wait untils nginx has fully reloaded (avoid curl fail with http2)
sleep 2
} }
# Check if an URL is already handled # Check if an URL is already handled
# usage: is_url_handled --domain=DOMAIN --path=PATH_URI # usage: is_url_handled --domain=DOMAIN --path=PATH_URI
is_url_handled() { is_url_handled() {