mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2025-12-10 06:42:07 +01:00
5 lines
87 B
Bash
5 lines
87 B
Bash
#!/bin/sh
|
|
|
|
cd "$APPDIR"
|
|
exec $APPDIR/jre/bin/java -jar $APPDIR/bin/Suwayomi-Server.jar
|