Skip to content

Commit

Permalink
Merge branch 'COOK-578'
Browse files Browse the repository at this point in the history
  • Loading branch information
schisamo committed Jun 2, 2011
2 parents b73a65b + 9db7607 commit 4876322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql/recipes/server.rb
Expand Up @@ -94,7 +94,7 @@
unless platform?(%w{debian ubuntu})

execute "assign-root-password" do
command "/usr/bin/mysqladmin -u root password #{node['mysql']['server_root_password']}"
command "/usr/bin/mysqladmin -u root password \"#{node['mysql']['server_root_password']}\""
action :run
only_if "/usr/bin/mysql -u root -e 'show databases;'"
end
Expand Down

0 comments on commit 4876322

Please sign in to comment.