From 1e9e59f606fcb3f16121ef32262748420178c8ce Mon Sep 17 00:00:00 2001 From: Huan LI Date: Fri, 16 Mar 2018 20:52:29 +0800 Subject: [PATCH] show more details about the container path information --- bin/entrypoint.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/entrypoint.sh b/bin/entrypoint.sh index 2c1c6648..c4e13d76 100755 --- a/bin/entrypoint.sh +++ b/bin/entrypoint.sh @@ -18,10 +18,11 @@ function wechaty::banner() { function wechaty::errorBotNotFound() { 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 LS: $(ls -l)" + echo "Container HOME: $HOME" + echo "Container LS $HOME: $(ls -l $HOME)" figlet " Troubleshooting " cat <<'TROUBLESHOOTING' -- GitLab