diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-10-13 22:05:30 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-10-13 22:05:30 -0400 |
commit | 8d4e5615e95f9243c4724f216d22e3befd0f4117 (patch) | |
tree | 3f070afe4e42d3a6647bf130d4f3392c5c125698 | |
parent | daf217600ba4f1f0faf551ee049d8f1978f1b1c6 (diff) | |
download | pfsense-packages-8d4e5615e95f9243c4724f216d22e3befd0f4117.tar.gz pfsense-packages-8d4e5615e95f9243c4724f216d22e3befd0f4117.tar.bz2 pfsense-packages-8d4e5615e95f9243c4724f216d22e3befd0f4117.zip |
Fix typo
-rw-r--r-- | config/haproxy/haproxy.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/haproxy/haproxy.xml b/config/haproxy/haproxy.xml index db270467..5bb3af0a 100644 --- a/config/haproxy/haproxy.xml +++ b/config/haproxy/haproxy.xml @@ -98,7 +98,7 @@ <custom_php_install_command> if(!file_exists("/usr/local/bin/haproxy")) { $freebsdv=`uname -r | cut -d'.' -f1`; - download_file_with_progress_bar("http://www.pfsense.org/packages/config/haproxy/binaries{$frebsdv}/haproxy", "/usr/local/bin/haproxy"); + download_file_with_progress_bar("http://www.pfsense.org/packages/config/haproxy/binaries{$freebsdv}/haproxy", "/usr/local/bin/haproxy"); exec("chmod a+rx /usr/local/bin/haproxy"); } </custom_php_install_command> |