mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2026-01-16 08:42:34 +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
|