website/docs: fix file upload tar script

This commit is contained in:
Matthew Hooker 2017-03-09 17:39:35 -08:00
parent 66794db33a
commit f8a8952231
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ lrwxr-xr-x 1 mwhooker staff 5 Jan 27 17:10 file1link -> file1
{
"inline": [
"cd /tmp && tar xf toupload/files.tar",
"rm toupload/files.tar"
],
"type": "shell"
}