From 0bbcd1be1762c265cd30ffbba169b50f378d8704 Mon Sep 17 00:00:00 2001 From: orin Date: Tue, 21 Nov 2023 15:48:30 +0100 Subject: [PATCH] Add missing echo --- get.php | 1 + 1 file changed, 1 insertion(+) diff --git a/get.php b/get.php index a486d97..718b6ed 100644 --- a/get.php +++ b/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%] == [] (