diff --git a/src/Services/System/UpdateExecutor.php b/src/Services/System/UpdateExecutor.php index fca7d1fa..6704517a 100644 --- a/src/Services/System/UpdateExecutor.php +++ b/src/Services/System/UpdateExecutor.php @@ -613,7 +613,7 @@ class UpdateExecutor return false; } - $logPath = $this->project_dir . '/' . self::UPDATE_LOG_DIR . '/' . $filename; + $logPath = $this->project_dir . '/' . self::UPDATE_LOG_DIR . '/' . basename($filename); if (!file_exists($logPath)) { return false;