suffix="pidict",
hidden=hidden,
with_username=True,
- with_hostname=True,
+ with_hostname=os.getenv("NSHOST") or True,
with_port=port,
with_app=appname.upper())
os.remove(omniorb_config)
pass
+ if os.path.lexists(last_running_config):return
+
#try to relink last.cfg to an existing config file if any
files = glob.glob(os.path.join(os.environ["HOME"],Utils_Identity.getapplipath(),
"USERS",".omniORB_"+salome_utils.getUserName()+"_*.cfg"))