mirror of
https://github.com/penpot/penpot.git
synced 2025-02-15 03:28:25 -05:00
✨ Remove unused param on backend build script.
This commit is contained in:
parent
91db8a9247
commit
43ac9a9a22
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ if [ -f ./environ ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
exec \$JAVA_CMD \$JVM_OPTS -Dapp.enable-asserts=false -classpath \$CP -Dlog4j.configurationFile=./log4j2.xml "\$@" clojure.main -m app.main
|
exec \$JAVA_CMD \$JVM_OPTS -classpath \$CP -Dlog4j.configurationFile=./log4j2.xml "\$@" clojure.main -m app.main
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
chmod +x ./target/dist/run.sh
|
chmod +x ./target/dist/run.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue