Revision 09fd90f8
Von Moritz Bunkus vor mehr als 12 Jahren hinzugefügt
scripts/installation_check.pl | ||
---|---|---|
50 | 50 |
if ($check{r}) { |
51 | 51 |
print_header('Checking Required Modules'); |
52 | 52 |
check_module($_, required => 1) for @SL::InstallationCheck::required_modules; |
53 |
print_header('Standard check for required modules done. See additional parameters for more checks (-- help)') if $default_run;
|
|
53 |
print_header('Standard check for required modules done. See additional parameters for more checks (--help)') if $default_run; |
|
54 | 54 |
} |
55 | 55 |
if ($check{o}) { |
56 | 56 |
print_header('Checking Optional Modules'); |
Auch abrufbar als: Unified diff
Überflüssiges Leerzeichen entfernen