--- loncom/Attic/lonManage 2003/11/03 10:18:13 1.19 +++ loncom/Attic/lonManage 2003/11/03 10:24:49 1.20 @@ -3,9 +3,9 @@ # # lonManage supports remote management of nodes in a LonCAPA cluster. # -# $Id: lonManage,v 1.19 2003/11/03 10:18:13 foxr Exp $ +# $Id: lonManage,v 1.20 2003/11/03 10:24:49 foxr Exp $ # -# $Id: lonManage,v 1.19 2003/11/03 10:18:13 foxr Exp $ +# $Id: lonManage,v 1.20 2003/11/03 10:24:49 foxr Exp $ # # Copyright Michigan State University Board of Trustees # @@ -241,6 +241,7 @@ sub ReadConfig { my $hoststab = LondConnection::read_hosts( "$perlvar{'lonTabDir'}/hosts.tab"); %hostshash = %{$hoststab}; + $MyHost = $perlvar{lonHostID}; # Set hostname from vars. } else { my $hoststab = LondConnection::read_hosts($ForeignHostTab); %hostshash = %{$hoststab};