2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-31 01:56:39 +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
commit 3a54d642de

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