mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-09 23:24:09 -08:00
Fix grammer in examples/init.d (#1497)
Fix the grammar of an error message. Signed-off-by: Roman Pertl <roman@pertl.org>
This commit is contained in:
parent
74a90e81c0
commit
8864a7bf0d
|
@ -10,7 +10,7 @@ OPTIONS="--web.listen-address=:9100"
|
|||
if [ -f /etc/rc.d/init.d/functions ]; then
|
||||
. /etc/rc.d/init.d/functions
|
||||
else
|
||||
echo "/etc/rc.d/init.d/functions is not exists"
|
||||
echo "/etc/rc.d/init.d/functions does not exist"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue