More bash cleanup

This commit is contained in:
Jason Ertel
2020-11-15 10:44:14 -05:00
parent 76c917d977
commit c744d389f7
3 changed files with 2 additions and 2 deletions

View File

@@ -16,6 +16,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# NOTE: This script depends on so-common
IMAGEREPO=securityonion
container_list() {
MANAGERCHECK=so-unknown
@@ -93,7 +94,6 @@ update_docker_containers() {
IMAGE_TAG_SUFFIX=$2
CONTAINER_REGISTRY=quay.io
IMAGEREPO=securityonion
SIGNPATH=/root/sosigs
if [ -z "$CURLTYPE" ]; then

View File

@@ -431,7 +431,6 @@ echo "Updating dockers to $NEWVERSION."
if [ $is_airgap -eq 0 ]; then
airgap_update_dockers
else
container_list
update_docker_containers "soup"
fi
echo ""

View File

@@ -2,6 +2,7 @@
source ./so-variables
source ../salt/common/tools/sbin/so-common
source ../salt/common/tools/sbin/so-image-common
# Helper functions