hide correct output
This commit is contained in:
parent
20bbc2c91e
commit
7bb9bca907
1 changed files with 1 additions and 1 deletions
2
start.sh
2
start.sh
|
@ -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..."
|
||||
|
|
Reference in a new issue