diff options
Diffstat (limited to 'collect.d')
-rw-r--r-- | collect.d/system | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/collect.d/system b/collect.d/system index be922af..89b44bc 100644 --- a/collect.d/system +++ b/collect.d/system @@ -2,7 +2,8 @@ PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin -set -e +# Keep going even if one of the programs report an error code +# set -e mkdir system && cd system |