Skip to content
Extraits de code Groupes Projets
Valider 5dc36b14 rédigé par Sarah Mei's avatar Sarah Mei
Parcourir les fichiers

Make script/server work on OS X again - -e is not a valid option to readlink on darwin

parent 484f46d7
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -7,7 +7,8 @@
#
# ensure right directory
cd $(dirname $(readlink -e $0))/..
realpath=$( ruby -e "puts File.expand_path(\"$0\")")
cd $(dirname $realpath)/..
# Check if script_server.yml exists
if [ ! -e 'config/script_server.yml' ]; then
......
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