Skip to content

Commit

Permalink
fix: default cfssl path
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <[email protected]>
  • Loading branch information
vitormattos committed Jun 17, 2024
1 parent 9e102e9 commit 4358759
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/Service/Install/InstallService.php
Original file line number Diff line number Diff line change
Expand Up @@ -586,8 +586,7 @@ private function installCfsslByArchitecture(string $arcitecture): void {
}

$cfsslBinPath = $this->getDataDir() . '/' .
$this->getInternalPathOfFolder($folder) . '/' .
$downloads[0]['destination'];
$this->getInternalPathOfFolder($folder) . '/cfssl';
$this->appConfig->setAppValue('cfssl_bin', $cfsslBinPath);
}

Expand Down

0 comments on commit 4358759

Please sign in to comment.