diff options
Diffstat (limited to 'config/haproxy/haproxy.xml')
-rw-r--r-- | config/haproxy/haproxy.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/haproxy/haproxy.xml b/config/haproxy/haproxy.xml index da9ab469..6128f1ac 100644 --- a/config/haproxy/haproxy.xml +++ b/config/haproxy/haproxy.xml @@ -97,6 +97,7 @@ </custom_php_resync_config_command> <custom_php_install_command> $freebsdv=trim(`uname -r | cut -d'.' -f1`); + conf_mount_rw(); `fetch -q -o /usr/local/sbin/ http://www.pfsense.org/packages/config/haproxy/binaries{$freebsdv}/haproxy`; exec("chmod a+rx /usr/local/sbin/haproxy"); haproxy_custom_php_install_command(); |