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 40b44190..017b28a1 100644 --- a/packages/squid.xml +++ b/packages/squid.xml @@ -165,7 +165,7 @@ </custom_php_resync_config_command> <custom_php_install_command> update_status("Checking Squid cache... One moment please..."); - update_output_window("This operation may take quite some time, please be patient."); + update_output_window("This operation may take quite some time, please be patient. Do not press stop or attempt to navigate away from this page during this process."); squid_install_command(); squid_resync(); exec("/bin/rm -f /usr/local/etc/rc.d/squid"); |