WeBankBlockchain/WeCross

docker image

wangxiaojianim opened this issue · 0 comments

BUG描述
docker路径下prepare.sh中部分代码需要转义如下:

cat >>${ROOT}/wecross-router/start.sh <<EOF
while true; do
sleep 1
ttime=`date +"%Y-%m-%d %H:%M:%S"`
echo $ttime
done
EOF

环境

  • 操作系统:Ubuntu 16.04