aboutsummaryrefslogtreecommitdiffstats
path: root/packages/squid.xml
diff options
context:
space:
mode:
Diffstat (limited to 'packages/squid.xml')
-rw-r--r--packages/squid.xml2
1 files changed, 1 insertions, 1 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");