feat(move): add user and group
Some checks are pending
/ test (push) Waiting to run

This commit is contained in:
Florian Schmitt 2024-12-20 10:23:44 +03:00
parent 11252d1cba
commit 09703698ec

View file

@ -24,8 +24,8 @@ function wikiIsOnServer($path)
return [
'path' => str_replace('wakka.config.php', '', $configFile),
'config' => $wakkaConfig,
'user' => '',
'group' => '',
'user' => $path,
'group' => $path,
];
}