Remove old nav layers

This commit is contained in:
Josh Brower
2024-01-12 08:37:32 -05:00
parent 71c5e34e03
commit b89b7cab59

View File

@@ -466,7 +466,10 @@ post_to_2.4.30() {
}
post_to_2.4.40() {
echo "Nothing to apply"
echo "Removing old ATT&CK Navigator Layers..."
rm -rf /opt/so/conf/navigator/layers/enterprise-attack.json
rm -rf /opt/so/conf/navigator/layers/nav_layer_playbook.json
POSTVERSION=2.4.40
}