From: prascle Date: Tue, 15 Nov 2005 19:53:37 +0000 (+0000) Subject: PR: runAppli without args must not delete omniORB config files. X-Git-Tag: BR_UT_V310a2_20051115~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=23c9d559243426a14c1a1873af727d8a5892744e;p=modules%2Fkernel.git PR: runAppli without args must not delete omniORB config files. --- diff --git a/bin/appliskel/runAppli b/bin/appliskel/runAppli index 212c4cc18..700e669d4 100755 --- a/bin/appliskel/runAppli +++ b/bin/appliskel/runAppli @@ -70,9 +70,9 @@ searchFreePort if [ $# -ne 0 ] ; then ${KERNEL_ROOT_DIR}/bin/salome/envSalome.py python -i ${KERNEL_ROOT_DIR}/bin/salome/runSalome.py $* + # --- todo delete omniORB config files in relation to the naming service kill + rm ${OMNIORB_CONFIG} + rm ${LAST_RUNNING_CONFIG} else ${KERNEL_ROOT_DIR}/bin/salome/envSalome.py python ${KERNEL_ROOT_DIR}/bin/salome/runSalome.py fi - -rm ${OMNIORB_CONFIG} -rm ${LAST_RUNNING_CONFIG}