[ROCKETMQ-285] file test error when make link

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

Closes #154 from zwillim/patch-1.
This commit is contained in:
willim.z
2017-09-22 10:20:15 +08:00
committed by dongeforever
parent 27a678de3c
commit 5ac45fc56d
+1 -1
View File
@@ -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