mirror of https://github.com/MISP/misp-objects
chg: [jq_all_the_things] display if an UUID is invalid
parent
858e485263
commit
a40c08cf2c
|
@ -10,6 +10,7 @@ do
|
|||
cat ${dir} | jq . >/dev/null
|
||||
rc=$?
|
||||
if [[ $rc != 0 ]]; then exit $rc; fi
|
||||
cat ${dir} | jq -r .uuid | uuidparse
|
||||
done
|
||||
|
||||
set -e
|
||||
|
|
Loading…
Reference in New Issue