Skip to content

Commit

Permalink
ignore config test error
Browse files Browse the repository at this point in the history
  • Loading branch information
arstercz committed Nov 10, 2022
1 parent e900b07 commit 8a97df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/telegraf-prepare
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ main() {
DEL_CONF="${OPT_CONFIG}~"
[[ -e "$DEL_CONF" ]] && unlink $DEL_CONF
else
error "$OPT_CONFIG change error, read more from /var/log/telegraf/telegraf.log"
warn "$OPT_CONFIG change error, read more from /var/log/telegraf/telegraf.log"
fi
else
error "no server alive!"
Expand Down

0 comments on commit 8a97df8

Please sign in to comment.