mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Change soup to remove delete actions and run post_to_2.4.40
This commit is contained in:
@@ -416,7 +416,8 @@ postupgrade_changes() {
|
||||
[[ "$POSTVERSION" == 2.4.4 ]] && post_to_2.4.5
|
||||
[[ "$POSTVERSION" == 2.4.5 ]] && post_to_2.4.10
|
||||
[[ "$POSTVERSION" == 2.4.10 ]] && post_to_2.4.20
|
||||
[[ "$POSTVERSION" == 2.4.20 ]] && post_to_2.4.30
|
||||
[[ "$POSTVERSION" == 2.4.20 ]] && post_to_2.4.30
|
||||
[[ "$POSTVERSION" == 2.4.30 ]] && post_to_2.4.40
|
||||
true
|
||||
}
|
||||
|
||||
@@ -464,8 +465,9 @@ post_to_2.4.30() {
|
||||
}
|
||||
|
||||
post_to_2.4.40() {
|
||||
echo "Removing Curator close files"
|
||||
echo "Removing Curator close and delete files"
|
||||
rm -f /opt/so/conf/curator/action/*-close.y*ml
|
||||
rm -f /opt/so/conf/curator/action/logs*-delete.y*ml
|
||||
}
|
||||
|
||||
repo_sync() {
|
||||
|
||||
Reference in New Issue
Block a user