提交 5b53574d 编写于 作者: K Kevin Heifner

Don't remove tn_data_00 if running agaisnt an already running eosd. #826

上级 2393fa0a
......@@ -70,7 +70,9 @@ killAll()
cleanup()
{
rm -rf tn_data_00
if [ "$SERVER" == "localhost" ]; then
rm -rf tn_data_00
fi
rm -rf test_wallet_0
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册