mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-03-18 02:35:30 +01:00
Compare commits
2 Commits
TOoSmOotH-
...
TOoSmOotH-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
89f144df75 | ||
|
|
cfccbe2bed |
@@ -375,7 +375,7 @@ postupgrade_changes() {
|
||||
}
|
||||
|
||||
check_minimum_version() {
|
||||
if [[ "$INSTALLEDVERSION" != "2.4.210" ]] && [[ ! "$INSTALLEDVERSION" =~ ^3\. ]]; then
|
||||
if [[ "$INSTALLEDVERSION" != "2.4.210" ]] && [[ "$INSTALLEDVERSION" != "2.4.211" ]] && [[ ! "$INSTALLEDVERSION" =~ ^3\. ]]; then
|
||||
echo "You must be on at least Security Onion 2.4.210 to upgrade. Currently installed version: $INSTALLEDVERSION"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user