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

Create the packs/ directory on install if the selected stickerpicker

repo didn't have it already
parent 1020e399
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -357,6 +357,7 @@ EOF
|| die "Failed to git clone the stickerpicker project. Your config file ($STPKG_CONF_FILE) is probably corrupted, you should clean it by hand"
cd $STPKG_INSTALL/ || die "Failed to cd to '$STPKG_INSTALL/'"
mkdir -p packs || die "Failed to create 'packs' directory"
cp packs/* web/packs || die "Failed to copy default packs to '$STPKG_INSTALL/web/packs/'"
default_index > $STPKG_INSTALL/web/packs/index.json || die "Failed to create default index.json file"
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter