mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-17 03:40:39 +00:00
Fix brace mismatch in mknb
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11474 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@ -126,6 +126,7 @@ sub process_request {
|
||||
$callback->({data=>["Creating genesis.fs.$arch.gz in $tftpdir/xcat"]});
|
||||
system("cd $tempdir; find . | cpio -o -H newc | gzip -9 > $tftpdir/xcat/genesis.fs.$arch.gz");
|
||||
}
|
||||
}
|
||||
} else {
|
||||
$callback->({data=>["Creating nbfs.$arch.gz in $tftpdir/xcat"]});
|
||||
system("cd $tempdir; find . | cpio -o -H newc | gzip -9 > $tftpdir/xcat/nbfs.$arch.gz");
|
||||
|
Reference in New Issue
Block a user