Remove technical echo

This commit is contained in:
Slava 2024-11-18 16:28:41 +02:00
parent 9178041011
commit cea38ec676
No known key found for this signature in database
GPG Key ID: 351E7AA9BD0DFEB8

View File

@ -203,7 +203,6 @@ for %%f in (%ARCHIVES%) do (
:: Create directory
set message="Creating installation directory %INSTALL_DIR%"
call :show_progress !message!
echo "INSTALL_DIR - %INSTALL_DIR%"
if not exist %INSTALL_DIR% mkdir %INSTALL_DIR%
if not !errorlevel! == 0 (
call :show_fail !message! "Failed to create %INSTALL_DIR%"