2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-26 07:56:36 +00:00

Merge pull request #2700 from immarvin/onissue

fix issue When "site" attribute "sharedtftp" is false, the "nodeset" command fails #2492
This commit is contained in:
Yuan Bai
2017-03-21 15:05:10 +08:00
committed by GitHub

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();