mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-06-30 17:34:39 -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
128 B
Bash
6 lines
128 B
Bash
#!/bin/sh
|
|
|
|
exec ./jre/bin/java \
|
|
-Dsuwayomi.tachidesk.config.server.debugLogsEnabled=true \
|
|
-jar ./tachidesk-server.jar
|