Update Queue.php

This commit is contained in:
Anyon 2022-06-27 09:53:14 +08:00
parent 4316de07a6
commit 4850c690e0

View File

@ -47,7 +47,7 @@ class Queue extends Controller
$this->iswin = ProcessService::iswin();
if ($this->super = AdminService::isSuper()) {
$this->command = ProcessService::think('xadmin:queue start');
if (!ProcessService::iswin() && !empty($_SERVER['USER'])) {
if (!$this->iswin && !empty($_SERVER['USER'])) {
$this->command = "sudo -u {$_SERVER['USER']} {$this->command}";
}
}