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

Reverting matrixpack.sh changes

parent d99c0009
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -2,7 +2,7 @@
# Usage
# matrixpack token homeserver directory
#
# Pack name is the folder name
# Pack name is the directory name
# Sticker name is the file name
# /!\ Token is a sensitive information
......@@ -18,14 +18,14 @@ if test $# != 3 ; then
fi
# Checking if ImageMagick is installed
if ! command -v convert &> /dev/null; then
if ! command -v magick &> /dev/null; then
echo "$0:ERROR: magick could not be found"
echo "Usage : ./matrixpack.sh token homerserver directory"
exit
fi
# Changing directory to work directly in it
cd $3
cd "$3"
# Setting variables
dir=$(pwd)
......
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