From 9722f79b3dba0ac39840bc94e63fe3b0e011515d Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Fri, 19 May 2023 10:38:34 +0200 Subject: [PATCH] chg: [build] fix the overwrite --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index a805066..f2b8718 100644 --- a/build.sh +++ b/build.sh @@ -6,4 +6,4 @@ rm manifest.json robots.txt.tmp mkdir ./feeds/circl/stix-2.1/ cd ./feeds/circl/stix-2.1/ ls -1 ../misp/*-*.json | parallel "misp_stix_converter -v2.1 -e -f {}" -mmv "../misp/*.json.out" "#1.json" +mmv -d "../misp/*.json.out" "#1.json"