提交 b36c9b1b 编写于 作者: H Hui Li

[fix bug]

上级 faf2f73f
......@@ -11,7 +11,9 @@ if command -v sudo > /dev/null; then
fi
#ulimit -c unlimited
${csudo} echo "ulimit -c unlimited" >> /etc/profile
${csudo} sed -i '/ulimit -c unlimited/d' /etc/profile
${csudo} sed -i '$a\ulimit -c unlimited' /etc/profile
#${csudo} echo "ulimit -c unlimited" >> /etc/profile
source /etc/profile
${csudo} mkdir -p /coredump
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册