diff --git a/entrypoint.sh b/entrypoint.sh index 47b5fcd..032c6a7 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,4 +1,3 @@ #!/bin/bash -source /root/.bashrc && "$@" -echo "test" \ No newline at end of file +source /root/.bashrc && "$@" \ No newline at end of file