mirror of
https://github.com/pstadler/metrics.sh.git
synced 2025-11-09 05:34:54 -05:00
fix readme
This commit is contained in:
@@ -116,7 +116,7 @@ main_collect () {
|
||||
if is_function __m_${metric_alias}_start; then
|
||||
__m_${metric_alias}_start
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "Warning: metric '${metric_alias}' is disabled after failing to start"
|
||||
echo "Warning: metric '${metric_alias}' is disabled after it failed to start"
|
||||
continue
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user