diff --git a/entrypoint b/entrypoint index 1e4b156..6fffe62 100644 --- a/entrypoint +++ b/entrypoint @@ -1,5 +1,3 @@ #!/bin/sh - echo 'Starting HBMonv2...' -cd /hbmon -python /hbmon/monitor.py +exec python monitor.py