[Groonga-commit] droonga/chef-cookbooks at 4a0df05 [master] Fix wrong order of arguments

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Apr 21 16:53:27 JST 2014


YUKI Hiroshi	2014-04-21 16:53:27 +0900 (Mon, 21 Apr 2014)

  New Revision: 4a0df05f8b0726e2abf897057b4b4c7d01fe11ab
  https://github.com/droonga/chef-cookbooks/commit/4a0df05f8b0726e2abf897057b4b4c7d01fe11ab

  Message:
    Fix wrong order of arguments

  Modified files:
    droonga/recipes/http-server.rb

  Modified: droonga/recipes/http-server.rb (+1 -1)
===================================================================
--- droonga/recipes/http-server.rb    2014-04-21 16:51:49 +0900 (64227c3)
+++ droonga/recipes/http-server.rb    2014-04-21 16:53:27 +0900 (bb5987f)
@@ -54,7 +54,7 @@ deploy "#{home_dir}/droonga-http-server" do
   action :deploy
 
   migrate true
-  migration_command "su -c '#{user_name}' 'npm install'"
+  migration_command "su '#{user_name}' -c 'npm install'"
 
   before_migrate do
     log_dir = "#{new_resource.shared_path}/log"
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index