diff --git a/apache/save_mods.cgi b/apache/save_mods.cgi index 1a452c5a7..18c02adb6 100644 --- a/apache/save_mods.cgi +++ b/apache/save_mods.cgi @@ -23,9 +23,7 @@ foreach $m (@mods) { } # Force re-detection of modules -if ($changed) { - unlink($site_file); - } +unlink($site_file); # Force restart Apache if ($changed && &is_apache_running()) {