From 85e7755ffc4b2058d2c92fb3bfbb705aa99b7654 Mon Sep 17 00:00:00 2001 From: vsr Date: Tue, 29 May 2012 12:56:08 +0000 Subject: [PATCH] SALOME 6.5.0 preparation: fix hanging up Install Wizard when "Start SALOME" button is pressed from the final page --- config_files/start_salome.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_files/start_salome.sh b/config_files/start_salome.sh index 23cdf6b..4a08261 100755 --- a/config_files/start_salome.sh +++ b/config_files/start_salome.sh @@ -35,7 +35,7 @@ execute() fi if [ "${KERNEL_ROOT_DIR}" != "" ] && [ "${GUI_ROOT_DIR}" != "" ] && [ -f ${KERNEL_ROOT_DIR}/bin/salome/runSalome ] ; then - runSalome >& /dev/null + env SALOME_TEST_MODE=1 runSalome >& /dev/null if [ "$?" == "0" ] ; then return 0; fi -- 2.39.2