diff options
author | jim-p <jim@pingle.org> | 2009-10-20 19:47:32 -0400 |
---|---|---|
committer | jim-p <jim@pingle.org> | 2009-10-20 19:47:32 -0400 |
commit | 588d84909df6e089211c081239a441ee4e1776fb (patch) | |
tree | 731c7a0ec3b366463c48bbd4fe695a4788d2ccd0 /config | |
parent | a117f02fd3df96bc52f194df63bcf7d35d8f7c90 (diff) | |
download | pfsense-packages-588d84909df6e089211c081239a441ee4e1776fb.tar.gz pfsense-packages-588d84909df6e089211c081239a441ee4e1776fb.tar.bz2 pfsense-packages-588d84909df6e089211c081239a441ee4e1776fb.zip |
Add missing ;
Diffstat (limited to 'config')
-rw-r--r-- | config/haproxy/haproxy.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |