unmount iso after updating dockers

This commit is contained in:
m0duspwnens
2022-02-04 15:09:35 -05:00
parent 23fbf140ba
commit 267ef354c2

View File

@@ -1035,6 +1035,7 @@ main() {
elif [[ ! -z "$ISOLOC" ]]; then elif [[ ! -z "$ISOLOC" ]]; then
airgap_mounted airgap_mounted
airgap_update_dockers airgap_update_dockers
unmount_update
else else
update_registry update_registry
set +e set +e