Skip to content

Commit 15ba760

Browse files
Start server in new env
1 parent 03f847c commit 15ba760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installation_and_upgrade/instrument_deploy.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ call "%LATEST_PYTHON%" "%~dp0IBEX_upgrade.py" --release_dir "%SOURCE%" --release
9292
IF %errorlevel% neq 0 exit /b %errorlevel%
9393
ENDLOCAL
9494

95-
start /wait cmd /c "%START_IBEX%"
95+
start /i /wait cmd /c "%START_IBEX%"
9696

9797
REM python should be installed correctly at this point, so use local python
9898
set "LATEST_PYTHON_DIR=C:\Instrument\Apps\Python3\"

0 commit comments

Comments
 (0)