Change soup to remove delete actions and run post_to_2.4.40

This commit is contained in:
Wes
2023-12-07 16:49:44 +00:00
parent 0ebc8c7beb
commit 849e9e14ad

View File

@@ -416,7 +416,8 @@ postupgrade_changes() {
[[ "$POSTVERSION" == 2.4.4 ]] && post_to_2.4.5 [[ "$POSTVERSION" == 2.4.4 ]] && post_to_2.4.5
[[ "$POSTVERSION" == 2.4.5 ]] && post_to_2.4.10 [[ "$POSTVERSION" == 2.4.5 ]] && post_to_2.4.10
[[ "$POSTVERSION" == 2.4.10 ]] && post_to_2.4.20 [[ "$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 true
} }
@@ -464,8 +465,9 @@ post_to_2.4.30() {
} }
post_to_2.4.40() { 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/*-close.y*ml
rm -f /opt/so/conf/curator/action/logs*-delete.y*ml
} }
repo_sync() { repo_sync() {