configurations: updates to script, moniotoring and dcbot

This commit is contained in:
2024-09-09 11:04:15 +02:00
parent 3406af1780
commit dd0283e65a
3 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#/usr/bin/env bash
IFS=$'\n'
CONVERT="$(nix eval nixpkgs\#imagemagick.outPath | tr -d '"')/bin/convert"
CONVERT="$(nix eval nixpkgs\#imagemagick.outPath | tr -d '"')/bin/magick"
convert_cmd () {
if ! command -v magick &> /dev/null; then $CONVERT "$@"; else convert "$@"; fi
}