From: Dan Untenzu Date: Mon, 16 Jan 2017 13:26:29 +0000 (+0100) Subject: [BUGFIX] Bash script: return download link to web view X-Git-Tag: 2.0.0~20 X-Git-Url: https://git.p6c8.net/jirafeau.git/commitdiff_plain/351d2157ca6549dc831f8fcae5751b689d401c79?ds=inline;hp=351d2157ca6549dc831f8fcae5751b689d401c79 [BUGFIX] Bash script: return download link to web view The bash script uses the upload URL to build the download link. So the user may share different links when using the bash script or the webform. Besides that does the API page show the same result for "download links" and "direct links", so the current list makes no sense to the uploader. The script should however link to the web view and offer API commands additionally. Refs #86 ---