1
0
mirror of https://github.com/Lightcord/Lightcord.git synced 2025-04-12 00:55:40 +02:00

Remove newline...

This commit is contained in:
GermanBread 2021-05-03 22:06:13 +02:00
parent 68ebd08205
commit 52f16d89a6

View File

@ -87,7 +87,7 @@ fi
# Bedrock Linux warning
if [ -d /bedrock ]; then
Info "Detected Bedrock Linux."
SubInfo "This script is executed in the $(tput bold && brl which && tput sgr0 && tput setaf 8) stratum. Mention this when filing a bug report!"
SubInfo "This script is executed in the $(tput bold && brl which | tr -d '\n' && tput sgr0 && tput setaf 8) stratum. Mention this when filing a bug report!"
fi
cat << "logo_end"