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
158 B
Bash
6 lines
158 B
Bash
#!/bin/sh
|
|
|
|
exec /usr/bin/java \
|
|
-Dsuwayomi.tachidesk.config.server.debugLogsEnabled=true \
|
|
-jar /usr/share/java/tachidesk-server/tachidesk-server.jar
|