From 41e4683f041a146a40e9580b1a61716e48bb48c8 Mon Sep 17 00:00:00 2001 From: oniricorpe Date: Thu, 17 Aug 2023 21:08:46 +0200 Subject: [PATCH] fix path to gmnitohtml for crontab usage --- genlog.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genlog.sh b/genlog.sh index 1072244..f364508 100755 --- a/genlog.sh +++ b/genlog.sh @@ -32,7 +32,7 @@ do sed "s#<\!-- TITLE -->#$title#" html/header.html > "$tempdir/header.html" # conversion du .gmi en .html - gmnitohtml < "$gmi_file" > "$tempdir/body.html" + /usr/local/bin/gmnitohtml < "$gmi_file" > "$tempdir/body.html" # on récupère juste le path du dossier qui contient le .gmi file_path="$(dirname "$gmi_file")"