mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
remove: unneeded check.
This commit is contained in:
@@ -122,10 +122,6 @@ class Server
|
||||
|
||||
private function killInstallerDevServers(): void
|
||||
{
|
||||
if (PHP_OS_FAMILY === 'Windows') {
|
||||
return;
|
||||
}
|
||||
|
||||
$pattern = 'php -S .*app/views/install';
|
||||
$command = 'pkill -f ' . escapeshellarg($pattern) . ' >/dev/null 2>&1';
|
||||
exec($command);
|
||||
|
||||
Reference in New Issue
Block a user