diff --git a/lib/Service/Install/InstallService.php b/lib/Service/Install/InstallService.php index 17036eb438..bb75b39779 100644 --- a/lib/Service/Install/InstallService.php +++ b/lib/Service/Install/InstallService.php @@ -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); }