---
sh update
This commit is contained in:
aalehin 2023-05-27 16:56:15 +03:00
parent 602604aa81
commit 5fee2ac276

View file

@ -3,7 +3,6 @@
CLEARING_HOME=/opt/mfd/clearing/
cd $CLEARING_HOME/bin
CMD="java -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=7111 -jar swt-importer.jar --spring.config.location=$CLEARING_HOME/settings/swt-importer/"
CMD="java -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:7111 -jar swt-importer.jar --spring.config.location=$CLEARING_HOME/settings/swt-importer/"
$CMD >/dev/null 2>&1 &