Closed blueberry-media closed 6 years ago
On multi fonts download the script will stop because curl gets a 500 error check with "Amiri:regular" (svg fails)
Possible solution is catching curl error
curl -sfL "$file" -o "${fontnameescaped}.$uakey" || printf >&2 " failed: %s\n" "${fontnameescaped}.$uakey"
Please re-test with the current master.
On multi fonts download the script will stop because curl gets a 500 error check with "Amiri:regular" (svg fails)
Possible solution is catching curl error