fix non-root download

This commit is contained in:
joshuaboud 2021-12-01 12:32:34 -04:00
parent db83d17431
commit 78a1ac48f7
No known key found for this signature in database
GPG Key ID: 17EFB59E2A8BF50E

View File

@ -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 + '"',