From d462c668e1cb65a73e52e89493652df6cfb630f8 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Tue, 16 Aug 2016 07:56:47 +0100 Subject: [PATCH] Changed case of service. --- linux/init/mmdvmhost | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/init/mmdvmhost b/linux/init/mmdvmhost index 1ec924b..def0587 100644 --- a/linux/init/mmdvmhost +++ b/linux/init/mmdvmhost @@ -43,7 +43,7 @@ case "$1" in done if ! pgrep "MMDVMHost" > /dev/null 2>&1; then - log_daemon_msg "Starting Repeater Services" "$NAME" || true + log_daemon_msg "Starting Repeater services" "$NAME" || true if start-stop-daemon --start --quiet --background --oknodo --pidfile /var/run/$NAME.pid \ --exec $DAEMON $CONFIG -- $DAEMON_OPTS; then log_end_msg 0 || true