]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
PR: runAppli without args must not delete omniORB config files.
authorprascle <prascle>
Tue, 15 Nov 2005 19:53:37 +0000 (19:53 +0000)
committerprascle <prascle>
Tue, 15 Nov 2005 19:53:37 +0000 (19:53 +0000)
bin/appliskel/runAppli

index 212c4cc182ba90184210c4523634923fd95b1ffa..700e669d4e5a1342548b7a24be3d469a049ae939 100755 (executable)
@@ -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}