From 588d84909df6e089211c081239a441ee4e1776fb Mon Sep 17 00:00:00 2001 From: jim-p Date: Tue, 20 Oct 2009 19:47:32 -0400 Subject: Add missing ; --- config/haproxy/haproxy.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/haproxy/haproxy.inc b/config/haproxy/haproxy.inc index 7968371e..b42398a4 100644 --- a/config/haproxy/haproxy.inc +++ b/config/haproxy/haproxy.inc @@ -89,7 +89,7 @@ EOD; $fd = fopen("/usr/local/etc/rc.d/haproxy.sh"); fwrite($fd, $haproxy); fclose($fd); - exec("chmod a+rx /usr/local/etc/rc.d/haproxy.sh") + exec("chmod a+rx /usr/local/etc/rc.d/haproxy.sh"); conf_mount_ro(); -- cgit v1.2.3