diff options
Diffstat (limited to 'config/squid-reverse/squid.xml')
-rw-r--r-- | config/squid-reverse/squid.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/squid-reverse/squid.xml b/config/squid-reverse/squid.xml index 764011ea..2a7771b3 100644 --- a/config/squid-reverse/squid.xml +++ b/config/squid-reverse/squid.xml @@ -408,7 +408,7 @@ </custom_php_validation_command> <custom_php_resync_config_command> squid_resync(); - exec("/bin/rm -f /usr/local/etc/rc.d/squid"); + unlink_if_exists("/usr/local/etc/rc.d/squid"); </custom_php_resync_config_command> <custom_php_install_command> update_status("Checking Squid cache... One moment please..."); |