You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by do...@apache.org on 2017/09/22 02:20:27 UTC

incubator-rocketmq git commit: [ROCKETMQ-285] file test error when make link

Repository: incubator-rocketmq
Updated Branches:
  refs/heads/develop 27a678de3 -> 5ac45fc56


[ROCKETMQ-285] file test error when make link

Author: willim.z <zw...@gmail.com>

Closes #154 from zwillim/patch-1.


Project: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/commit/5ac45fc5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/tree/5ac45fc5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/diff/5ac45fc5

Branch: refs/heads/develop
Commit: 5ac45fc56da44e1244d2c0a15522debe9ed820a1
Parents: 27a678d
Author: willim.z <zw...@gmail.com>
Authored: Fri Sep 22 10:20:15 2017 +0800
Committer: dongeforever <do...@apache.org>
Committed: Fri Sep 22 10:20:15 2017 +0800

----------------------------------------------------------------------
 distribution/bin/os.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/5ac45fc5/distribution/bin/os.sh
----------------------------------------------------------------------
diff --git a/distribution/bin/os.sh b/distribution/bin/os.sh
index f620158..1a8a6cd 100644
--- a/distribution/bin/os.sh
+++ b/distribution/bin/os.sh
@@ -59,6 +59,6 @@ cat /sys/block/$DISK/queue/scheduler
 if [ -d ${HOME}/tmpfs ] ; then
     echo "tmpfs exist, do nothing."
 else
-    ln -s /dev/shm tmpfs
+    ln -s /dev/shm ${HOME}/tmpfs
     echo "create tmpfs ok"
 fi