diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/squid.xml | 2 | ||||
-rw-r--r-- | packages/squid_ng.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/squid.xml b/packages/squid.xml index ddb19bf8..385e9a03 100644 --- a/packages/squid.xml +++ b/packages/squid.xml @@ -334,7 +334,7 @@ <custom_php_install_command> write_static_squid_config(); <!-- write initial static config for transparent proxy --> - touch("/tmp/custom_php_install_command"> + touch("/tmp/custom_php_install_command"); update_output_window("Creating Proxy Server initialization scripts..."); $fout = fopen("/usr/local/etc/rc.d/squid.sh","w"); diff --git a/packages/squid_ng.xml b/packages/squid_ng.xml index ddb19bf8..385e9a03 100644 --- a/packages/squid_ng.xml +++ b/packages/squid_ng.xml @@ -334,7 +334,7 @@ <custom_php_install_command> write_static_squid_config(); <!-- write initial static config for transparent proxy --> - touch("/tmp/custom_php_install_command"> + touch("/tmp/custom_php_install_command"); update_output_window("Creating Proxy Server initialization scripts..."); $fout = fopen("/usr/local/etc/rc.d/squid.sh","w"); |