recruits info enable
This commit is contained in:
parent
3bf6f8da2d
commit
2c2f5c73c0
1 changed files with 4 additions and 4 deletions
|
|
@ -55,10 +55,6 @@ for F in $(find . -type f); do
|
|||
sed -i "s/Encrypted 657276755ddceddca104c281979414ab64cc9bacc9/$DB_METRICS_PASSWORD/g" $F
|
||||
done;
|
||||
|
||||
#Запускаем job один раз при старте контейнера
|
||||
#echo "---- Run info_recruits/job_info_recruits.kjb ----"
|
||||
#bash -c ". /root/.env.sh; /opt/pentaho-di/data-integration/kitchen.sh /file:////opt/pentaho-di/mappings_old/info_recruits/job_info_recruits.kjb > /proc/1/fd/1 2>&1"
|
||||
|
||||
if [ $RUNONCE == true ]; then
|
||||
echo "---- Run job_general.kjb ----"
|
||||
bash -c ". /root/.env.sh; /opt/pentaho-di/data-integration/kitchen.sh /file:////opt/pentaho-di/mappings_old/job_general.kjb > /proc/1/fd/1 2>&1"
|
||||
|
|
@ -69,3 +65,7 @@ else
|
|||
cat /root/crontab | crontab -
|
||||
cron -f
|
||||
fi
|
||||
|
||||
#Запускаем job один раз при старте контейнера
|
||||
echo "---- Run info_recruits/job_info_recruits.kjb ----"
|
||||
bash -c ". /root/.env.sh; /opt/pentaho-di/data-integration/kitchen.sh /file:////opt/pentaho-di/mappings_old/info_recruits/job_info_recruits.kjb > /proc/1/fd/1 2>&1"
|
||||
Loading…
Add table
Add a link
Reference in a new issue