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

Merge pull request #1769 from immarvin/onissue

fix issue enimage deleted /dev/* on the management node... #1767
This commit is contained in:
penguhyang
2016-08-26 10:45:35 +08:00
committed by GitHub

View File

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