9dc598150f
* Move linux package specific files to scripts/resources/pkg * Replace linux-all with linux-assets * Fix linux-x64 launchers issue * Remove -e
6 lines
128 B
Bash
6 lines
128 B
Bash
#!/bin/sh
|
|
|
|
exec ./jre/bin/java \
|
|
-Dsuwayomi.tachidesk.config.server.debugLogsEnabled=true \
|
|
-jar ./tachidesk-server.jar
|