mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-05 10:56:11 +02:00
Use full path for /usr/sbin/td-agent --version
This commit is contained in:
parent
a976965764
commit
341dc515bf
@ -27,7 +27,7 @@ class Fluentd
|
||||
end
|
||||
|
||||
def version
|
||||
`td-agent --version`.strip
|
||||
`/usr/sbin/td-agent --version`.strip
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user