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