mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2025-12-23 21:12:37 +01:00
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
|