提交 1e9e59f6 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

show more details about the container path information

上级 b58f29c8
...@@ -18,10 +18,11 @@ function wechaty::banner() { ...@@ -18,10 +18,11 @@ function wechaty::banner() {
function wechaty::errorBotNotFound() { function wechaty::errorBotNotFound() {
local file=$1 local file=$1
echo "Container ERROR: can not found bot file: $file" echo "Container ERROR: can not found bot file: $HOME/$file"
echo "Container PWD: $(pwd)" echo "Container PWD: $(pwd)"
echo "Container LS: $(ls -l)" echo "Container HOME: $HOME"
echo "Container LS $HOME: $(ls -l $HOME)"
figlet " Troubleshooting " figlet " Troubleshooting "
cat <<'TROUBLESHOOTING' cat <<'TROUBLESHOOTING'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册