mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 03:16:38 +02:00
Merge branch 'main' into staging
This commit is contained in:
commit
ce5429a531
3 changed files with 5 additions and 4 deletions
|
@ -16,4 +16,4 @@ if [ -f ./environ ]; then
|
|||
source ./environ
|
||||
fi
|
||||
|
||||
exec $JAVA_CMD $JVM_OPTS -classpath $(cat classpath) -Dlog4j2.configurationFile=./log4j2.xml clojure.main -m app.cli.manage "\$@"
|
||||
exec $JAVA_CMD $JVM_OPTS -classpath $(cat classpath) -Dlog4j2.configurationFile=./log4j2.xml clojure.main -m app.cli.manage "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue