2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-18 12:20:40 +00:00

initialize if no zones

This commit is contained in:
lissav
2014-02-26 11:33:39 -05:00
parent a35f118cd9
commit e77ef4eed3

View File

@ -492,7 +492,7 @@ sub makescript {
# if using zones then must go to the zone.sshbetweennodes
# else go to site.sshbetweennodes
my $enablesshbetweennodes;
my $zonename;
my $zonename="\'\'";
if ($usingzones) {
$enablesshbetweennodes = enableSSHbetweennodeszones($node,$callback);
my $tmpzonename = xCAT::Zone->getmyzonename($node,$callback);