Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
steveWang committed Jun 15, 2012
1 parent bb065ac commit 438090b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install.sh
Expand Up @@ -48,7 +48,8 @@ if [ -z "`which rabbitmq-server 2>&1 | grep -P '^/'`" ]; then
GOT_RABBIT="1"
curl -L "${RABBIT_URL}${ARCH}.tar.gz" -o tmp/rabbitmq.tar.gz
tar -xzf tmp/rabbitmq.tar.gz
mv rabbitmq-server-* "${TMP_DIR}/rabbitmq";
mv rabbitmq-server-* "$RABBIT_DIR";
sh $RABBIT_DIR/bin/post_install.sh
else
err "Very well, then. I will respect your decision."
fi
Expand Down

0 comments on commit 438090b

Please sign in to comment.