Fix typo in error message
This commit is contained in:
Родитель
2aef6dbdf2
Коммит
677fe52847
|
@ -76,7 +76,7 @@ class NGINX extends Abstracts\Server implements Interfaces\Server\HTTP
|
|||
$h = popen("start /b .\\nginx.exe 2>&1", "r");
|
||||
if (!is_resource($h)) {
|
||||
chdir($cwd);
|
||||
throw new Exception("Failed to start MariaDB.");
|
||||
throw new Exception("Failed to start NGINX.");
|
||||
}
|
||||
sleep(3);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче