update dockers if -f used

This commit is contained in:
m0duspwnens
2022-02-04 15:36:44 -05:00
parent 267ef354c2
commit eb0696b425

View File

@@ -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"