Changeset 74 for palm/trunk/SCRIPTS/mrun


Ignore:
Timestamp:
Mar 20, 2007 9:50:05 AM (17 years ago)
Author:
raasch
Message:

temporary change in mrun removed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mrun

    r71 r74  
    182182 read_from_config=""
    183183 restart_run=false
    184 # return_addres=$(nslookup `hostname` 2>&1 | grep "Address:" | tail -1 | awk '{print $2}')
    185  return_addres=1.2.3.4
     184 return_addres=$(nslookup `hostname` 2>&1 | grep "Address:" | tail -1 | awk '{print $2}')
    186185 if [[ $return_addres = 130.75.105.158 ]]
    187186 then
Note: See TracChangeset for help on using the changeset viewer.