Skip to content
Snippets Groups Projects
Commit f4622ff4 authored by Griefed's avatar Griefed :joystick:
Browse files

Change path for java to use custom installed jdk-15

parent 5a1a0d5e
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,4 @@
cd /app/curseforgebot
if [ -n "$GITHUB_TOKEN" ]; then
exec s6-setuidgid abc java -jar curseforgebot.jar -github
else
exec s6-setuidgid abc java -jar curseforgebot.jar
fi
\ No newline at end of file
exec s6-setuidgid abc /usr/lib/jvm/jdk-15/java -jar CurseForge2Discord.jar
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment