Skip to content
Extraits de code Groupes Projets
Valider a762def5 rédigé par Tigriz's avatar Tigriz
Parcourir les fichiers

Testing convert+montage instead of magick

parent 0bade050
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -18,7 +18,7 @@ if test $# != 3 ; then
fi
# Checking if ImageMagick is installed
if ! command -v magick &> /dev/null; then
if ! command -v convert && ! command -v montage &> /dev/null; then
echo "$0:ERROR: magick could not be found"
echo "Usage : ./matrixpack.sh token homerserver directory"
exit
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter