diff --git a/entrypoint.sh b/entrypoint.sh index 01638d0..b600f79 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -4,5 +4,5 @@ echo "[INFO] STARTING AI MODEL TRAINING SERVER" echo "[INFO] LAUNCH CRON IN BACKGROUND" echo "[INFO] "USER:$USER"" -sudo service cron start -sudo service cron status +service cron start +service cron status