-Restore root home directory from recent checkin

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2998 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2009-03-26 14:30:37 +00:00
parent 22eca9f60b
commit dfcd4b2fcb

View File

@ -37,7 +37,7 @@ BEGIN
}
my $sleepint=int(rand(10)); #Stagger start to avoid overwhelming conserver/xCATd
use lib "$::XCATROOT/lib/perl";
#$ENV{HOME}='/root/';
$ENV{HOME}='/root/';
require xCAT::Client;
#require xCAT::Table;