moving to root folder
This commit is contained in:
parent
3f260a8ead
commit
34968fa23a
2 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
echo "Starting Lavalink server..."
|
||||
cd lavalink
|
||||
cd src/lavalink
|
||||
[-f Lavalink.jar] || chmod u+x download.sh && ./download.sh
|
||||
java -Djdk.tls.client.protocols=TLSv1.3 -Xmx3G -jar Lavalink.jar 1> /dev/null & # showing only stderror
|
||||
echo "Starting Discord bot..."
|
Reference in a new issue