cron s6 rollback #945
Some checks are pending
docker / docker_dev (push) Waiting to run

This commit is contained in:
jokob-sk
2025-01-09 09:23:29 +11:00
parent 87d18a9067
commit e9539962c9

View File

@@ -126,8 +126,8 @@ if [ ! -f "${INSTALL_DIR}/front/buildtimestamp.txt" ]; then
fi
# Start crond service in the background
# echo "[INSTALL] Starting crond service..."
# crond -f -d 8 > /dev/null 2>&1 &
echo "[INSTALL] Starting crond service..."
crond -f -d 8 > /dev/null 2>&1 &
echo -e "
[ENV] PATH is ${PATH}