From 4bfbc59e6d1b071c4ec75446615a1db04c7008ea Mon Sep 17 00:00:00 2001 From: Paul Dowman Date: Tue, 20 Oct 2009 18:02:41 -0400 Subject: [PATCH] Removed unnecessary semicolon. --- server/files/etc/god/db_primary.god | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/files/etc/god/db_primary.god b/server/files/etc/god/db_primary.god index 92bb2d9..cbc9b58 100644 --- a/server/files/etc/god/db_primary.god +++ b/server/files/etc/god/db_primary.god @@ -4,7 +4,7 @@ God.watch do |w| w.autostart = false w.start = "/etc/init.d/mysql start" - w.stop = "/etc/init.d/mysql stop;" + w.stop = "/etc/init.d/mysql stop" w.restart = "/etc/init.d/mysql restart" w.pid_file = "/var/run/mysqld/mysqld.pid"