aboutsummaryrefslogtreecommitdiff
path: root/examples/init.d
diff options
context:
space:
mode:
authorRoman Pertl <533172+roock@users.noreply.github.com>2019-10-28 09:21:45 +0100
committerJohannes 'fish' Ziemke <github@freigeist.org>2019-10-28 09:21:45 +0100
commit8864a7bf0d06b636a1fd28f27259856ef999c419 (patch)
tree506ede721cf9f451c08ff8fd5621e55bbb2c3863 /examples/init.d
parent74a90e81c03a81761c5fae1731d0a004edab82d1 (diff)
downloadprometheus_node_collector-8864a7bf0d06b636a1fd28f27259856ef999c419.tar.bz2
prometheus_node_collector-8864a7bf0d06b636a1fd28f27259856ef999c419.tar.xz
prometheus_node_collector-8864a7bf0d06b636a1fd28f27259856ef999c419.zip
Fix grammer in examples/init.d (#1497)
Fix the grammar of an error message. Signed-off-by: Roman Pertl <roman@pertl.org>
Diffstat (limited to 'examples/init.d')
-rwxr-xr-xexamples/init.d/node_exporter2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/init.d/node_exporter b/examples/init.d/node_exporter
index 12d28aa..32c2dee 100755
--- a/examples/init.d/node_exporter
+++ b/examples/init.d/node_exporter
@@ -10,7 +10,7 @@ OPTIONS="--web.listen-address=:9100"
10if [ -f /etc/rc.d/init.d/functions ]; then 10if [ -f /etc/rc.d/init.d/functions ]; then
11 . /etc/rc.d/init.d/functions 11 . /etc/rc.d/init.d/functions
12else 12else
13 echo "/etc/rc.d/init.d/functions is not exists" 13 echo "/etc/rc.d/init.d/functions does not exist"
14 exit 0 14 exit 0
15fi 15fi
16 16