commit 9f7f437a68bbe71c3334c4e8b69228b74f53c00c parent 88d8c4e50bca77caa1336a32fedaf6e72b0e4a4d Author: Marcel <MTRNord@users.noreply.github.com> Date: Fri, 14 Oct 2016 13:07:04 +0200 Update stage1_1.sh Diffstat:
| M | scripts/stage1_1.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/stage1_1.sh b/scripts/stage1_1.sh @@ -12,4 +12,4 @@ python download-image-by-link.py --stage 1_1 zstd --train neg/* -o neg zstd neg.zst -D neg -cp "./neg.zst" "/root/shared/results/neg.zst" && echo "pos.zst in upload" +cp "./neg.zst" "/root/shared/results/neg.zst" && echo "neg.zst in upload"