cd instead of dir
This commit is contained in:
parent
e878176f35
commit
123b7faecb
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
@echo off
|
||||
echo "Starting Lavalink server..."
|
||||
dir lavalink
|
||||
cd lavalink
|
||||
RUN "java -Djdk.tls.client.protocols=TLSv1.3 -Xmx3G -jar Lavalink.jar 1>/dev/null &" # showing only stderror
|
||||
echo "Starting Discord bot..."
|
||||
dir ..
|
||||
cd ..
|
||||
RUN "python -u ./main.py"
|
||||
|
|
Reference in a new issue