mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-03-12 07:45:34 +01:00
Fix conditional check for POSTVERSION 2.4.211
This commit is contained in:
@@ -502,7 +502,7 @@ postupgrade_changes() {
|
||||
[[ "$POSTVERSION" == 2.4.190 ]] && post_to_2.4.200
|
||||
[[ "$POSTVERSION" == 2.4.200 ]] && post_to_2.4.201
|
||||
[[ "$POSTVERSION" == 2.4.201 ]] && post_to_2.4.210
|
||||
[[ "$POSTVERSION" == 2.4.211 ]] && post_to_2.4.211
|
||||
[[ "$POSTVERSION" == 2.4.210 ]] && post_to_2.4.211
|
||||
true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user