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:
Roman Pertl 2019-10-28 09:21:45 +01:00 committed by Johannes 'fish' Ziemke
parent 74a90e81c0
commit 8864a7bf0d

View file

@ -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