We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09c078a commit ba319f5Copy full SHA for ba319f5
installer/shells/start-cordys.sh
@@ -2,7 +2,7 @@
2
3
bash /shells/init-directories.sh
4
5
-export JAVA_CLASSPATH=/app:/app/lib/*
+MAIN_CLASS="cn.cordys.Application"
6
export CRM_VERSION=`cat /tmp/CRM_VERSION`
7
8
-exec java ${JAVA_OPTIONS} -jar /app/cordys-crm.jar
+exec java ${JAVA_OPTIONS} -cp "/app/cordys-crm.jar:/app/lib/*" ${MAIN_CLASS}
0 commit comments