-Fix typo that caused mknb to fail to reap temp space
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1320 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
2c3bb55e80
commit
170125df7a
@ -84,7 +84,7 @@ sub process_request {
|
||||
}
|
||||
$callback->({data=>["Creating nbfs.$arch.gz in $tftpdir/xcat"]});
|
||||
system("cd $tempdir; find . | cpio -o -H newc | gzip -9 > $tftpdir/xcat/nbfs.$arch.gz");
|
||||
system ("rm -rf $temdir");
|
||||
system ("rm -rf $tempdir");
|
||||
my $hexnets = xCAT::Utils->my_hexnets();
|
||||
my $consolecmdline;
|
||||
if (defined($serialport) and $serialspeed) {
|
||||
|
Loading…
Reference in New Issue
Block a user