mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 02:02:50 +01:00
remove unneeded function
This commit is contained in:
@@ -247,12 +247,6 @@ masterunlock() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
preupgrade_changes_2.3.50_repo() {
|
|
||||||
# We made repo changes in 2.3.50 and this prepares for that on upgrade
|
|
||||||
echo "Making repo changes."
|
|
||||||
upgrade_to_2.3.50_repo
|
|
||||||
}
|
|
||||||
|
|
||||||
preupgrade_changes() {
|
preupgrade_changes() {
|
||||||
# This function is to add any new pillar items if needed.
|
# This function is to add any new pillar items if needed.
|
||||||
echo "Checking to see if changes are needed."
|
echo "Checking to see if changes are needed."
|
||||||
@@ -743,7 +737,7 @@ else
|
|||||||
systemctl stop salt-master
|
systemctl stop salt-master
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
preupgrade_changes_2.3.50_repo
|
upgrade_to_2.3.50_repo
|
||||||
|
|
||||||
# Does salt need upgraded. If so update it.
|
# Does salt need upgraded. If so update it.
|
||||||
if [ "$UPGRADESALT" == "1" ]; then
|
if [ "$UPGRADESALT" == "1" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user