Le réfectoire était pas bon

This commit is contained in:
Boris 2022-11-15 21:00:53 +01:00
parent 57f635e02f
commit 01a0e2e0eb
1 changed files with 6 additions and 0 deletions

View File

@ -43,6 +43,12 @@ class Keygen {
$pepper = str_replace('"', '\"', $pepper);
$userPubkey = $this->getG1Pub($salt, $pepper);
if (!file_exists($this->pubsecDir)) {
mkdir($this->pubsecDir, 0777, true);
}
$cmd = $this->keygenPath;
$cmd .= ' -f pubsec';