From 8192ffc7fc3f2776d0c6adaff7a012ba889334d9 Mon Sep 17 00:00:00 2001 From: rem Date: Wed, 13 Dec 2023 16:54:42 +0100 Subject: [PATCH] +x --- entrypoint.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) mode change 100644 => 100755 entrypoint.sh diff --git a/entrypoint.sh b/entrypoint.sh old mode 100644 new mode 100755 index b3d2500..1b70fef --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,5 +2,6 @@ echo "[INFO] STARTING AI MODEL TRAINING SERVER" echo "[INFO] LAUNCH CRON IN BACKGROUND" -service cron start -service cron status +echo "[INFO] "USER:$USER"" +#sudo service cron start +#sudo service cron status