2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 17:23:08 +00:00

fix issue When "site" attribute "sharedtftp" is false, the "nodeset" command fails #2492

This commit is contained in:
immarvin 2017-03-21 14:57:41 +08:00
parent 7bd2810161
commit 65d01288a5

View File

@ -5,6 +5,7 @@ use File::Path;
use Getopt::Long;
use xCAT::Table;
use Sys::Syslog;
use xCAT::Scope;
my $globaltftpdir = xCAT::TableUtils->getTftpDir();