diff --git a/examples/init.d/node_exporter b/examples/init.d/node_exporter index 12d28aa5..32c2deef 100755 --- a/examples/init.d/node_exporter +++ b/examples/init.d/node_exporter @@ -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