Fix wget backup output name

This commit is contained in:
Tanner Collin 2020-02-16 05:22:43 +00:00
parent 8b9486fc5f
commit 241199a3d0

View File

@ -41,6 +41,7 @@ export function Admin(props) {
Automate with wget (keep secret, that's <b>your</b> login token):
<pre>
wget \
<br /> --content-disposition \
<br /> --header="Authorization: Token {token}" \
<br /> {apiUrl}/backup/
</pre>