fix convert

This commit is contained in:
Antonio J. Delgado 2023-04-19 18:14:20 +03:00
parent 77f3d8adc3
commit 04f1fa0bba

View file

@ -22,7 +22,7 @@ check_internet() {
check_font() {
font_name="${1}"
convert_cmd="$(which conver)"
convert_cmd="$(which convert)"
if "${convert_cmd}" -list font | grep Font: | awk '{print($2)}' | grep font_name > /dev/null; then
return "${font_name}"
else