diff --git a/entrypoint.sh b/entrypoint.sh index 1b70fef..01638d0 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -3,5 +3,6 @@ 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 + +sudo service cron start +sudo service cron status