mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-10 01:09:36 +00:00
Fixed phpstan issues
This commit is contained in:
parent
a755287c3b
commit
cad5261aba
6 changed files with 11 additions and 10 deletions
|
|
@ -863,6 +863,8 @@ class UpdateExecutor
|
|||
|
||||
// Execute in background using shell_exec for proper detachment
|
||||
// shell_exec with & runs the command in background
|
||||
|
||||
//@php-ignore-next-line We really need to use shell_exec here
|
||||
$output = shell_exec($command);
|
||||
|
||||
// Give it a moment to start
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue