fix convert
This commit is contained in:
parent
77f3d8adc3
commit
04f1fa0bba
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue