X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=salome_run.sh;h=dcbb707ceb93079b9d4aaabce511c874d0bc2731;hb=b12bbd2a734142a2596a91c729b6670060b6b7e9;hp=da38262f1e5b9ba7cb913e724539a44b4dd92b45;hpb=e7db636eab6e797f477731d35adc0ae524fd83c9;p=modules%2Fshaper.git diff --git a/salome_run.sh b/salome_run.sh index da38262f1..dcbb707ce 100755 --- a/salome_run.sh +++ b/salome_run.sh @@ -20,8 +20,8 @@ SALOME_ARGS="${SALOME_ARGS} --ns-port-log=$(pwd)/.salomeport" ${KERNEL_ROOT_DIR}/bin/salome/runSalome.py ${SALOME_ARGS} >log_runSalome 2>err_runSalome -SALOME_PORT=$(cat .salomeport) -echo "Kill SALOME on port ${SALOME_PORT}" -${KERNEL_ROOT_DIR}/bin/salome/killSalomeWithPort.py ${SALOME_PORT} -pkill -f "omniNames -start ${SALOME_PORT}" +#SALOME_PORT=$(cat .salomeport) +#echo "Kill SALOME on port ${SALOME_PORT}" +#${KERNEL_ROOT_DIR}/bin/salome/killSalomeWithPort.py ${SALOME_PORT} +#pkill -f "omniNames -start ${SALOME_PORT}"