From 7166ee0c096852c35a8e024e0a9c41927c9617bc Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Sat, 18 Sep 2021 00:23:28 +0000 Subject: [PATCH] Fixed GetExternalResources.sh --- Scripts/GetExternalResources.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/GetExternalResources.sh b/Scripts/GetExternalResources.sh index fdfed42..cde365d 100644 --- a/Scripts/GetExternalResources.sh +++ b/Scripts/GetExternalResources.sh @@ -7,7 +7,7 @@ GetResource () { local FileName=$2 local GetAddr=$3 echo "Getting $FileName for $Variant" - curl -L b--retry 7 --retry-delay 5 "$GetAddr" -o "CT-Files/$Variant/$FileName" + curl -L --retry 7 --retry-delay 5 "$GetAddr" -o "CT-Files/$Variant/$FileName" } #PhpMyadmin for mysql variant