fix permission issues on ubuntu install

This commit is contained in:
Kenneth Giusti 2015-07-02 13:37:58 -04:00
parent 063ae9010e
commit 5fcec67e91
1 changed files with 3 additions and 0 deletions

View File

@ -136,6 +136,9 @@ queue-patterns=unicast
topic-patterns=broadcast
EOF
fi
# ensure that the qpidd service can read its config
sudo chmod o+r $qpid_conf_file
}