No need to restart the web server in cli mode
This commit is contained in:
parent
7181840665
commit
81fa9550a0
|
@ -702,7 +702,7 @@ class OC_Util {
|
|||
);
|
||||
}
|
||||
|
||||
if ($webServerRestart) {
|
||||
if (!\OC::$CLI && $webServerRestart) {
|
||||
$errors[] = array(
|
||||
'error' => $l->t('PHP modules have been installed, but they are still listed as missing?'),
|
||||
'hint' => $l->t('Please ask your server administrator to restart the web server.')
|
||||
|
|
Loading…
Reference in New Issue