chore: initial commit
This commit is contained in:
9
installer/shells/start-cordys.sh
Normal file
9
installer/shells/start-cordys.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
bash /shells/init-directories.sh
|
||||
|
||||
export JAVA_CLASSPATH=/app:/app/lib/*
|
||||
export JAVA_MAIN_CLASS=cn.cordys.Application
|
||||
export CRM_VERSION=`cat /tmp/CRM_VERSION`
|
||||
|
||||
sh /deployments/run-java.sh
|
||||
Reference in New Issue
Block a user