diff --git a/crontab b/crontab index fe2bdec..719c2cb 100644 --- a/crontab +++ b/crontab @@ -1 +1 @@ -*/10 * * * * bash -c \". /root/.env.sh; kitchen.sh /file:////opt/pentaho-di/mappings/job_general.kjb > /proc/1/fd/1 2>&1 \" +*/10 * * * * bash -c ". /root/.env.sh; /opt/pentaho-di/data-integration/kitchen.sh /file:////opt/pentaho-di/mappings/job_general.kjb > /proc/1/fd/1 2>&1" diff --git a/entrypoint.sh b/entrypoint.sh index 17ecb44..8a4de34 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -44,5 +44,6 @@ for F in $(find . -type f); do done; cat /root/crontab | crontab - +#echo "*/10 * * * * bash -c \". /root/.env.sh; /opt/pentaho-di/data-integration/kitchen.sh /file:////opt/pentaho-di/mappings/job_general.kjb > /proc/1/fd/1 2>&1 \"" | crontab - cron -f