Skip to content

Commit

Permalink
[ROCKETMQ-285] file test error when make link
Browse files Browse the repository at this point in the history
Author: willim.z <zwillim@gmail.com>

Closes #154 from zwillim/patch-1.
  • Loading branch information
zwillim authored and dongeforever committed Sep 22, 2017
1 parent 27a678d commit 5ac45fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribution/bin/os.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5ac45fc

Please sign in to comment.