mirror of
https://github.com/logos-storage/get.codex.storage.git
synced 2026-01-07 15:43:06 +00:00
Remove technical echo (#22)
This commit is contained in:
parent
9178041011
commit
1e6421d3db
@ -203,7 +203,6 @@ for %%f in (%ARCHIVES%) do (
|
|||||||
:: Create directory
|
:: Create directory
|
||||||
set message="Creating installation directory %INSTALL_DIR%"
|
set message="Creating installation directory %INSTALL_DIR%"
|
||||||
call :show_progress !message!
|
call :show_progress !message!
|
||||||
echo "INSTALL_DIR - %INSTALL_DIR%"
|
|
||||||
if not exist %INSTALL_DIR% mkdir %INSTALL_DIR%
|
if not exist %INSTALL_DIR% mkdir %INSTALL_DIR%
|
||||||
if not !errorlevel! == 0 (
|
if not !errorlevel! == 0 (
|
||||||
call :show_fail !message! "Failed to create %INSTALL_DIR%"
|
call :show_fail !message! "Failed to create %INSTALL_DIR%"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user