2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-06-16 08:30:47 +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
+1 -1
View File
@@ -70,7 +70,7 @@ my $noupdate;
sub xdie {
system("rm -rf /tmp/xcatinitrd.$$");
umount_chroot($rootimage_dir);
umount_chroot($rootimg_dir);
die @_;
}