diff options
-rw-r--r-- | packages/squid.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/squid.xml b/packages/squid.xml index 70130b71..14ccfc7d 100644 --- a/packages/squid.xml +++ b/packages/squid.xml @@ -83,7 +83,7 @@ <custom_php_deinstall_command> mwexec("/bin/rm -rf /usr/local/squid"); filter_configure(); - exec("/etc/etc/rc.filter_configure"); + mwexec("/etc/rc.filter_configure"); </custom_php_deinstall_command> <start_command>/usr/local/sbin/squid</start_command> <process_kill_command>squid</process_kill_command> |