optimzie downloader

This commit is contained in:
Neucrack
2024-05-11 19:53:01 +08:00
parent 5eec37e8ef
commit 969e5730ce
50 changed files with 991 additions and 729 deletions

View File

@@ -36,7 +36,8 @@ function test_start()
{
test_script $1
if [ $? -ne 0 ]; then
echo "Error: $1 failed to execute."
echo "Error: $1 failed to execute."
exit 1
fi
}