fix crontab

This commit is contained in:
Pavel Zilke 2024-08-30 06:01:06 +03:00
parent 9752e0a932
commit 4e21d575e8
2 changed files with 2 additions and 1 deletions

View file

@ -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"

View file

@ -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