Commit f9602d97 authored by root's avatar root

update

parent ccb2d008
......@@ -2,8 +2,8 @@
function add_vhost()
{
./rabbitmqctl add_vhost $1
./rabbitmqctl set_permissions -p $1 qa ".*" ".*" ".*"
/usr/lib/rabbitmq/bin/rabbitmqctl add_vhost $1
/usr/lib/rabbitmq/bin/rabbitmqctl set_permissions -p $1 qa ".*" ".*" ".*"
}
function add_exchange()
......
File mode changed from 100644 to 100755
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment