Dans le nouveau bcfg2, les probes qui retournent pas 0 ça a l'air mal
This commit is contained in:
parent
b3b1e1767e
commit
e63d508930
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue