1
0
mirror of synced 2026-03-09 20:01:38 +00:00

unMountImage may fail if $CONFIG{FAIL} is already set

This commit is contained in:
Axel Beckert
2013-01-17 22:59:34 +01:00
parent ce1624b83e
commit 73dabead05

View File

@@ -4111,7 +4111,7 @@ END
} else {
$host_rsa_key = "N/A";
}
unMountImage($MOUNT_POINT);
unMountImage($MOUNT_POINT, $CONFIG{'FAIL'});
}
#