From eb0696b425e1399535b6a7943b200a54c44012b6 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Fri, 4 Feb 2022 15:36:44 -0500 Subject: [PATCH] update dockers if -f used --- salt/common/tools/sbin/soup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/common/tools/sbin/soup b/salt/common/tools/sbin/soup index a48f667fb..4ea1cd82e 100755 --- a/salt/common/tools/sbin/soup +++ b/salt/common/tools/sbin/soup @@ -158,7 +158,7 @@ EOF } airgap_update_dockers() { - if [[ $is_airgap -eq 0 ]]; then + if [[ $is_airgap -eq 0 ]] || [[ ! -z "$ISOLOC" ]]; then # Let's copy the tarball if [[ ! -f $AGDOCKER/registry.tar ]]; then echo "Unable to locate registry. Exiting"