forked from uup-dump/contrib
Add missing echo
This commit is contained in:
parent
9fe54f6a5f
commit
0bbcd1be17
1
get.php
1
get.php
@ -444,6 +444,7 @@ $downloadapp
|
||||
echo Retrieving aria2 script for the UUP set...
|
||||
"%aria2%" --no-conf --console-log-level=warn --log-level=info --log="aria2_download.log" -o"%aria2Script%" --allow-overwrite=true --auto-file-renaming=false "$url"
|
||||
if %ERRORLEVEL% GTR 0 call :DOWNLOAD_ERROR & exit /b 1
|
||||
echo.
|
||||
|
||||
for /F "tokens=2 delims=:" %%i in ('findstr #UUPDUMP_ERROR: "%aria2Script%"') do set DETECTED_ERROR=%%i
|
||||
if NOT [%DETECTED_ERROR%] == [] (
|
||||
|
Loading…
Reference in New Issue
Block a user