mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Soup Update
This commit is contained in:
@@ -175,20 +175,28 @@ echo "Checking to see if this is a manager"
|
|||||||
manager_check
|
manager_check
|
||||||
echo "Cloning latest code to a temporary location"
|
echo "Cloning latest code to a temporary location"
|
||||||
clone_to_tmp
|
clone_to_tmp
|
||||||
|
echo ""
|
||||||
echo "Verifying we have the latest script"
|
echo "Verifying we have the latest script"
|
||||||
verify_latest_update_script
|
verify_latest_update_script
|
||||||
|
echo ""
|
||||||
echo "Let's see if we need to update"
|
echo "Let's see if we need to update"
|
||||||
upgrade_check
|
upgrade_check
|
||||||
|
echo ""
|
||||||
echo "Making pillar changes"
|
echo "Making pillar changes"
|
||||||
pillar_changes
|
pillar_changes
|
||||||
echo "Cleaning up old docker"
|
echo ""
|
||||||
|
echo "Cleaning up old dockers"
|
||||||
clean_dockers
|
clean_dockers
|
||||||
|
echo ""
|
||||||
echo "Updating docker to $NEWVERSION"
|
echo "Updating docker to $NEWVERSION"
|
||||||
update_dockers
|
update_dockers
|
||||||
|
echo ""
|
||||||
echo "Copying new code"
|
echo "Copying new code"
|
||||||
copy_new_files
|
copy_new_files
|
||||||
|
echo ""
|
||||||
echo "Running a highstate to complete upgrade"
|
echo "Running a highstate to complete upgrade"
|
||||||
highstate
|
highstate
|
||||||
|
echo ""
|
||||||
echo "Updating version"
|
echo "Updating version"
|
||||||
update_version
|
update_version
|
||||||
echo ""
|
echo ""
|
||||||
|
|||||||
Reference in New Issue
Block a user