2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-22 11:10:24 +00:00

fix issue enimage deleted /dev/* on the management node... #1767

This commit is contained in:
immarvin
2016-08-25 21:56:05 -04:00
parent 41495cf316
commit 2a0529876a

View File

@@ -70,7 +70,7 @@ my $noupdate;
sub xdie {
system("rm -rf /tmp/xcatinitrd.$$");
umount_chroot($rootimage_dir);
umount_chroot($rootimg_dir);
die @_;
}