Commit 4f8827e6 authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

correctif script de test de déploiement pour mac.

parent 3686663b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ echo 'Install Max Tei DEMO'
./MaX/tools/max.sh --d-tei
if [[ $OSTYPE == 'darwin'* ]]
then
  open -a http://localhost:4242/max_tei_demo
  open -a firefox http://localhost:4242/max_tei_demo
else
  firefox http://localhost:4242/max_tei_demo
fi