Skip to content

Commit

Permalink
run the chmod of rabbitmqadmin as sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkSwoop authored and leehambley committed Apr 25, 2013
1 parent 2597a49 commit 40c4670
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rabbitmq.rb
Expand Up @@ -33,7 +33,8 @@
which("rabbitmqadmin")
}
meet {
sudo("wget -O /usr/sbin/rabbitmqadmin -L http://localhost:15672/cli/rabbitmqadmin && chmod +x /usr/sbin/rabbitmqadmin")
sudo("wget -O /usr/sbin/rabbitmqadmin -L http://localhost:15672/cli/rabbitmqadmin")
sudo("chmod +x /usr/sbin/rabbitmqadmin")
}
end

Expand Down

0 comments on commit 40c4670

Please sign in to comment.