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

update matrixpack

parent 724ec276
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -44,10 +44,7 @@ if test $# -lt 3 ; then
fi
# Setting variables
dir=$(pwd)
token=$1
packname=${dir##*/}
slug=$(slugify "$packname")
homeserver=$(slug_homeserver $2)
# Checking if the homeserver exist.
......@@ -86,6 +83,9 @@ do
# Changing directory to work directly in it
cd "$i"
dir=$(pwd)
packname=${dir##*/}
slug=$(slugify "$packname")
# Printing informations
echo -e "Creating sticker pack : \033[94;1m$packname\033[0m\nhomeserver=\033[94m$homeserver\033[0m\noutput=\033[94m$slug\033[0m"
......
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