hide correct output

This commit is contained in:
Mylloon 2021-08-14 19:00:07 +02:00
parent 20bbc2c91e
commit 7bb9bca907

View file

@ -12,7 +12,7 @@ then
echo "Lavaling already started."
else {
echo "Starting Lavalink server...";
java -Djdk.tls.client.protocols=TLSv1.3 -Xmx3G -jar Lavalink.jar > /dev/null & # showing only stderror
java -Djdk.tls.client.protocols=TLSv1.3 -Xmx3G -jar Lavalink.jar 1> /dev/null & # showing only stderror
} fi
cd ..
echo "Starting Discord bot..."