Changeset 17314
- Timestamp:
- 11/04/13 13:06:55 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/Scripts/Logon
r17037 r17314 4 4 # Set environment variables if not yet set 5 5 if [ -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; fi6 if [ -z "$DIM_HOST_NODE" ]; then export DIM_HOST_NODE=`hostname -I`; fi 7 7 if [ -z "$DIMDIR" ]; then export DIMDIR=/usr/local/dim/; fi 8 8 if [ -z "$QWTDIR" ]; then export QWTDIR=/usr/local/qwt/; fi
Note:
See TracChangeset
for help on using the changeset viewer.