cd instead of dir

This commit is contained in:
Mylloon 2021-08-14 16:15:08 +02:00
parent e878176f35
commit 123b7faecb

View file

@ -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"