From e63d508930cf75131bae35a4b3256417d9297a27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Wed, 6 May 2015 19:55:17 +0200 Subject: [PATCH] =?UTF-8?q?Dans=20le=20nouveau=20bcfg2,=20les=20probes=20q?= =?UTF-8?q?ui=20retournent=20pas=200=20=C3=A7a=20a=20l'air=20mal?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Probes/gunicorn-debian | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Probes/gunicorn-debian b/Probes/gunicorn-debian index a85a698..448be74 100755 --- a/Probes/gunicorn-debian +++ b/Probes/gunicorn-debian @@ -1,3 +1,3 @@ #!/bin/bash # Liste les sites configures pour gunicorn (pour monitoring par ex) -ls /etc/gunicorn.d 2> /dev/null +ls /etc/gunicorn.d 2> /dev/null || exit 0