mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-26 06:27:50 +02:00
move function to be with the rest of its friends
This commit is contained in:
@@ -942,6 +942,12 @@ up_to_2.4.200() {
|
|||||||
INSTALLEDVERSION=2.4.200
|
INSTALLEDVERSION=2.4.200
|
||||||
}
|
}
|
||||||
|
|
||||||
|
up_to_2.4.201() {
|
||||||
|
echo "Nothing to do for 2.4.201"
|
||||||
|
|
||||||
|
INSTALLEDVERSION=2.4.201
|
||||||
|
}
|
||||||
|
|
||||||
up_to_2.4.210() {
|
up_to_2.4.210() {
|
||||||
# Elastic Update for this release, so download Elastic Agent files
|
# Elastic Update for this release, so download Elastic Agent files
|
||||||
determine_elastic_agent_upgrade
|
determine_elastic_agent_upgrade
|
||||||
@@ -1345,12 +1351,6 @@ so-yaml.py removelistitem /etc/salt/master file_roots.base /opt/so/rules/nids
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
up_to_2.4.201() {
|
|
||||||
echo "Nothing to do for 2.4.201"
|
|
||||||
|
|
||||||
INSTALLEDVERSION=2.4.201
|
|
||||||
}
|
|
||||||
|
|
||||||
determine_elastic_agent_upgrade() {
|
determine_elastic_agent_upgrade() {
|
||||||
if [[ $is_airgap -eq 0 ]]; then
|
if [[ $is_airgap -eq 0 ]]; then
|
||||||
update_elastic_agent_airgap
|
update_elastic_agent_airgap
|
||||||
|
|||||||
Reference in New Issue
Block a user