Skip to content
Extraits de code Groupes Projets
Valider 67d517c2 rédigé par Alexandre DE DOMMELIN's avatar Alexandre DE DOMMELIN
Parcourir les fichiers

Fixing Issue #367: Start script could expose sensitive information

parent c46b6d80
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -60,7 +60,7 @@ fi ...@@ -60,7 +60,7 @@ fi
# Force AGPL # Force AGPL
if [ -w public -a ! -e public/source.tar.gz ]; then if [ -w public -a ! -e public/source.tar.gz ]; then
tar czf public/source.tar.gz --exclude='source.tar.gz' -X .gitignore * tar czf public/source.tar.gz `git ls-tree -r master | awk '{print $4}'`
fi fi
if [ ! -e public/source.tar.gz ]; then if [ ! -e public/source.tar.gz ]; then
echo "Error: Can't find, or even create, public/source.tar.gz. Exiting" >&2 echo "Error: Can't find, or even create, public/source.tar.gz. Exiting" >&2
......
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