mirror of https://github.com/MISP/misp-galaxy
[Script] Rm MAC command spec
parent
dbf28108e9
commit
f0a40e75c3
|
@ -26,7 +26,7 @@ fi
|
||||||
|
|
||||||
|
|
||||||
# remove the exec flag on the json files
|
# remove the exec flag on the json files
|
||||||
find . -name "*.json" -exec chmod -x "{}" \;
|
find -name "*.json" -exec chmod -x "{}" \;
|
||||||
|
|
||||||
diffs=`git status --porcelain | wc -l`
|
diffs=`git status --porcelain | wc -l`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue