mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-10 19:22:54 +01:00
More bash cleanup
This commit is contained in:
@@ -16,6 +16,7 @@
|
|||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
# NOTE: This script depends on so-common
|
# NOTE: This script depends on so-common
|
||||||
|
IMAGEREPO=securityonion
|
||||||
|
|
||||||
container_list() {
|
container_list() {
|
||||||
MANAGERCHECK=so-unknown
|
MANAGERCHECK=so-unknown
|
||||||
@@ -93,7 +94,6 @@ update_docker_containers() {
|
|||||||
IMAGE_TAG_SUFFIX=$2
|
IMAGE_TAG_SUFFIX=$2
|
||||||
|
|
||||||
CONTAINER_REGISTRY=quay.io
|
CONTAINER_REGISTRY=quay.io
|
||||||
IMAGEREPO=securityonion
|
|
||||||
SIGNPATH=/root/sosigs
|
SIGNPATH=/root/sosigs
|
||||||
|
|
||||||
if [ -z "$CURLTYPE" ]; then
|
if [ -z "$CURLTYPE" ]; then
|
||||||
|
|||||||
@@ -431,7 +431,6 @@ echo "Updating dockers to $NEWVERSION."
|
|||||||
if [ $is_airgap -eq 0 ]; then
|
if [ $is_airgap -eq 0 ]; then
|
||||||
airgap_update_dockers
|
airgap_update_dockers
|
||||||
else
|
else
|
||||||
container_list
|
|
||||||
update_docker_containers "soup"
|
update_docker_containers "soup"
|
||||||
fi
|
fi
|
||||||
echo ""
|
echo ""
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
source ./so-variables
|
source ./so-variables
|
||||||
source ../salt/common/tools/sbin/so-common
|
source ../salt/common/tools/sbin/so-common
|
||||||
|
source ../salt/common/tools/sbin/so-image-common
|
||||||
|
|
||||||
# Helper functions
|
# Helper functions
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user