Changeset 17314


Ignore:
Timestamp:
11/04/13 13:06:55 (11 years ago)
Author:
daqct3
Message:
Change to Logon script setting of DIM_HOST_NODE
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/tools/Scripts/Logon

    r17037 r17314  
    44# Set environment variables if not yet set
    55if [ -z "$DIM_DNS_NODE" ]; then export DIM_DNS_NODE=ihp-pc1.ethz.ch; fi
    6 if [ -z "$DIM_HOST_NODE" ]; then export DIM_HOST_NODE=`hostname`.ethz.ch; fi
     6if [ -z "$DIM_HOST_NODE" ]; then export DIM_HOST_NODE=`hostname -I`; fi
    77if [ -z "$DIMDIR" ]; then export DIMDIR=/usr/local/dim/; fi
    88if [ -z "$QWTDIR" ]; then export QWTDIR=/usr/local/qwt/; fi
Note: See TracChangeset for help on using the changeset viewer.