fix crontab
This commit is contained in:
parent
9752e0a932
commit
4e21d575e8
2 changed files with 2 additions and 1 deletions
2
crontab
2
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"
|
||||||
|
|
|
||||||
|
|
@ -44,5 +44,6 @@ for F in $(find . -type f); do
|
||||||
done;
|
done;
|
||||||
|
|
||||||
cat /root/crontab | crontab -
|
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
|
cron -f
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue