diff --git a/scripts/etc/init.d/newrelic-mysql-plugin.rh b/scripts/etc/init.d/newrelic-mysql-plugin.rh index 231ab1d..1d9c882 100755 --- a/scripts/etc/init.d/newrelic-mysql-plugin.rh +++ b/scripts/etc/init.d/newrelic-mysql-plugin.rh @@ -83,6 +83,6 @@ case "$1" in exit 3 ;; *) - echo $"Usage: $0 {start|stop|status|restart|try-restart|force-reload}" + echo "Usage: $0 {start|stop|status|restart|try-restart|force-reload}" exit 2 esac