From 4b7f08838e946afd42e00bc56206f8c55494e060 Mon Sep 17 00:00:00 2001 From: M0VUB <76499782+ShaYmez@users.noreply.github.com> Date: Sat, 13 Dec 2025 19:03:15 +0000 Subject: [PATCH] Simplify entrypoint script execution --- entrypoint | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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