We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03f847c + 15ba760 commit fd748c4Copy full SHA for fd748c4
installation_and_upgrade/instrument_deploy.bat
@@ -92,7 +92,7 @@ call "%LATEST_PYTHON%" "%~dp0IBEX_upgrade.py" --release_dir "%SOURCE%" --release
92
IF %errorlevel% neq 0 exit /b %errorlevel%
93
ENDLOCAL
94
95
-start /wait cmd /c "%START_IBEX%"
+start /i /wait cmd /c "%START_IBEX%"
96
97
REM python should be installed correctly at this point, so use local python
98
set "LATEST_PYTHON_DIR=C:\Instrument\Apps\Python3\"
0 commit comments