Skip to content
Extraits de code Groupes Projets
Valider fa0bd14d rédigé par spixi's avatar spixi Validation de Benjamin Neff
Parcourir les fichiers

Fix script/server when bin/ is not in PATH

This fixes an issue, when the bin/ directory of diaspora is not in the PATH variable

closes #7281
parent 5e58068a
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -3,6 +3,7 @@
## Refactor
## Bug fixes
* Fix path to `bundle` in `script/server` [#7281](https://github.com/diaspora/diaspora/pull/7281)
## Features
......
......@@ -87,7 +87,7 @@ if [ $? -eq 0 ]; then
fi
# Check if bundle is complete
if ! bundle check > /dev/null
if ! bin/bundle check > /dev/null
then
fatal "Your bundle is not up to date, run the command \"bundle install\""
fi
......
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