Repository: incubator-rocketmq Updated Branches: refs/heads/master 776911d45 -> f93605755
[ROCKETMQ-31] Fix 'No such file or directory' warning for /Users/zhouxinyu/rmq_bk_gc.log, closes apache/incubator-rocketmq#29 Project: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/commit/f9360575 Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/tree/f9360575 Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/diff/f9360575 Branch: refs/heads/master Commit: f93605755f83b4a992b38538c33c1348517699a6 Parents: 776911d Author: iskl <[email protected]> Authored: Mon Jan 9 16:20:28 2017 +0800 Committer: yukon <[email protected]> Committed: Mon Jan 9 16:20:28 2017 +0800 ---------------------------------------------------------------------- bin/mqbroker | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/f9360575/bin/mqbroker ---------------------------------------------------------------------- diff --git a/bin/mqbroker b/bin/mqbroker index b72310f..6a79c39 100644 --- a/bin/mqbroker +++ b/bin/mqbroker @@ -42,6 +42,4 @@ fi export ROCKETMQ_HOME -rm -f $HOME/rmq_bk_gc.log.bac -cp $HOME/rmq_bk_gc.log $HOME/rmq_bk_gc.log.bac sh ${ROCKETMQ_HOME}/bin/runbroker.sh org.apache.rocketmq.broker.BrokerStartup $@
