Browse Source

Logging nicht fortschreiben #1

master
Daniel Quathamer 3 weeks ago
parent
commit
5f79101073
  1. 2
      update/hisinone_bi_qisserver/modules_update.sh

2
update/hisinone_bi_qisserver/modules_update.sh

@ -172,7 +172,7 @@ run_module_update() { @@ -172,7 +172,7 @@ run_module_update() {
if ! java ${JAVA_OPTS:-} \
-classpath "$WEBAPP/WEB-INF/classes:$WEBAPP/WEB-INF/lib/*:$WEBAPP/WEB-INF/lib_ext/*" \
de.superx.bin.ComponentAdminCLI -e "$module" \
>>"$joblog" 2>&1
>"$joblog" 2>&1
then
rc=$?
fi

Loading…
Cancel
Save