diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-11-22 18:31:44 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-11-22 18:31:44 -0500 |
commit | 3baf900431ee6b4d346ee66fae8e77b3294af124 (patch) | |
tree | f5d1e8accb5af37d373b73c6d08d023d8ee05fb2 | |
parent | 42d744e4babe713b32c1fc89d235071c0afe8cd4 (diff) | |
download | pfsense-packages-3baf900431ee6b4d346ee66fae8e77b3294af124.tar.gz pfsense-packages-3baf900431ee6b4d346ee66fae8e77b3294af124.tar.bz2 pfsense-packages-3baf900431ee6b4d346ee66fae8e77b3294af124.zip |
s/W/w/
-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 f3203ab2..e11e6cdf 100644 --- a/config/haproxy/haproxy.inc +++ b/config/haproxy/haproxy.inc @@ -86,7 +86,7 @@ run_rc_command "\$1" EOD; - $fd = fopen("/usr/local/etc/rc.d/haproxy.sh", "W"); + $fd = fopen("/usr/local/etc/rc.d/haproxy.sh", "w"); fwrite($fd, $haproxy); fclose($fd); exec("chmod a+rx /usr/local/etc/rc.d/haproxy.sh"); |