mirror of
https://github.com/45Drives/cockpit-navigator.git
synced 2025-07-31 01:24:37 +02:00
fix non-root download
This commit is contained in:
parent
db83d17431
commit
78a1ac48f7
@ -35,7 +35,7 @@ export class NavDownloader {
|
||||
payload: 'fsread1',
|
||||
binary: 'raw',
|
||||
path: this.path,
|
||||
superuser: true,
|
||||
superuser: false,
|
||||
max_read_size: this.read_size,
|
||||
external: {
|
||||
'content-disposition': 'attachment; filename="' + this.filename + '"',
|
||||
|
Loading…
x
Reference in New Issue
Block a user