diff --git a/bin/entrypoint.sh b/bin/entrypoint.sh index 2c1c6648f8fa8ec1c33e0e8002c581e6e191820b..7cd56ffef6bea87091e213e7db595924d84f0ff6 100755 --- a/bin/entrypoint.sh +++ b/bin/entrypoint.sh @@ -21,7 +21,7 @@ function wechaty::errorBotNotFound() { echo "Container ERROR: can not found bot file: $file" echo "Container PWD: $(pwd)" - echo "Container LS: $(ls -l)" + echo "Container LS: $(ls -l /bot)" figlet " Troubleshooting " cat <<'TROUBLESHOOTING'