mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-06-30 09:24:34 -05:00
* 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
|