From 04f1fa0bba090f7210a7c1865d59fea5a75512e0 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Wed, 19 Apr 2023 18:14:20 +0300 Subject: [PATCH] fix convert --- earth_wallpaper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/earth_wallpaper.sh b/earth_wallpaper.sh index 8bf88fe..00feb1d 100755 --- a/earth_wallpaper.sh +++ b/earth_wallpaper.sh @@ -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