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 New Issue