Révision f184607b
munin_events: fix plugin having too much output
in 56cd2c926ca99e396a0b6c2ebee76394bb4de195 "&> /dev/null" was converted
to posix in an invalid way, should have been ">/dev/null 2>&1"
Fichiers
- ajouté
- modifié
- copié
- renommé
- supprimé
| ID | f184607bbcf144cb47136ef7eda7001b204e537c |
| Parent | 74c7fc3d |
| Enfant | 0d2bef5c |
Ajouté par Andreas Perhab il y a environ 4 ans
munin_events: fix plugin having too much output
in 56cd2c926ca99e396a0b6c2ebee76394bb4de195 "&> /dev/null" was converted
to posix in an invalid way, should have been ">/dev/null 2>&1"