From 6be2cdfd15ee6d2000b0f2d923748472b37085e5 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Wed, 19 Apr 2023 18:02:19 +0300 Subject: [PATCH] no run and log convert --- earth_wallpaper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/earth_wallpaper.sh b/earth_wallpaper.sh index c16f75a..aaaf034 100755 --- a/earth_wallpaper.sh +++ b/earth_wallpaper.sh @@ -131,7 +131,7 @@ if [ ! -x "${convert_cmd}" ]; then exit 1 fi fi -run_and_log "${convert_cmd}" $wallpaper_file -pointsize 50 -font "${font_name}" -fill "#505050" -gravity SouthEast -annotate +0+0 "$text" $wallpaper_file +"${convert_cmd}" $wallpaper_file -pointsize 50 -font "${font_name}" -fill "#505050" -gravity SouthEast -annotate +0+0 "$text" $wallpaper_file error_code=$? if [[ "$error_code" != "0" ]]; then echo "Error $error_code adding date to the image"