дальшейшая отладка

This commit is contained in:
2026-01-08 23:51:30 +03:00
parent 573c853f15
commit 810d3d4727
2 changed files with 7 additions and 10 deletions
+4 -8
View File
@@ -61,14 +61,10 @@ copy_seed_file \
"${PXF_BASE}/conf/pxf-application.properties" \
"pxf-application.properties"
if [ -f "${PXF_BASE}/conf/pxf-env.sh" ]; then
copy_seed_file \
"${PXF_CONF_SEED_DIR}/pxf-env.sh" \
"${PXF_BASE}/conf/pxf-env.sh" \
"pxf-env.sh"
else
log_info "pxf-env.sh отсутствует в ${PXF_BASE}/conf, пропускаем копирование до инициализации PXF"
fi
copy_seed_file \
"${PXF_CONF_SEED_DIR}/pxf-env.sh" \
"${PXF_BASE}/conf/pxf-env.sh" \
"pxf-env.sh"
# Устанавливаем уменьшенные JVM-опции, если они ещё не заданы явно
if [ -f "${PXF_BASE}/conf/pxf-env.sh" ]; then