diff --git a/entrypoint.sh b/entrypoint.sh index 4a2a819..a52d8d2 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -44,9 +44,11 @@ for F in $(find . -type f); do 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/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/job_general.kjb > /proc/1/fd/1 2>&1" exit $? else