Always re-detect modules after changing

This commit is contained in:
Jamie Cameron
2007-09-22 06:03:11 +00:00
parent e792f2d0f6
commit e26e294c1c

View File

@@ -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()) {