suppression d'un -e en trop commande sed

This commit is contained in:
Benoît S. 2016-12-09 10:38:42 +01:00
parent 57153fb213
commit a814ccb3f2

View file

@ -234,7 +234,7 @@ Configuration de base d'Unicorn :
~~~
$ cp config/unicorn.rb.example config/unicorn.rb
$ sed -i -e \
$ sed -i \
-e 's@/home/git@/home/foo@g' \
-e 's/listen "127.0.0.1:8080", :tcp_nopush => true/#listen "127.0.0.1:8080", :tcp_nopush => true/' \
config/unicorn.rb