mirror of
https://github.com/penpot/penpot.git
synced 2025-05-11 06:46:38 +02:00
🐛 Fix issue with v2 manual migration script
This commit is contained in:
parent
ac835bb655
commit
fa00fed694
2 changed files with 2 additions and 3 deletions
|
@ -23,4 +23,4 @@ export JVM_OPTS="-Djava.util.logging.manager=org.apache.logging.log4j.jul.LogMan
|
|||
ENTRYPOINT=${1:-app.main};
|
||||
|
||||
set -ex
|
||||
exec $JAVA_CMD $JVM_OPTS "$@" -jar penpot.jar -m $ENTRYPOINT
|
||||
exec $JAVA_CMD $JVM_OPTS -jar penpot.jar -m $ENTRYPOINT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue