mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 14:36:17 +00:00
Fix filemanager permissions (#508)
* Fix filemanager permissions * fix filemanager permissions * fix tests warning
This commit is contained in:
@ -135,7 +135,7 @@ public function createFpmPool(string $user, string $version, $site_id): void
|
||||
'user' => $user,
|
||||
'version' => $version,
|
||||
]),
|
||||
true
|
||||
'root'
|
||||
);
|
||||
|
||||
$this->service->server->systemd()->restart($this->service->unit);
|
||||
|
Reference in New Issue
Block a user