Remove newline...

This commit is contained in:
GermanBread 2021-05-03 22:06:13 +02:00
parent 68ebd08205
commit 52f16d89a6
1 changed files with 1 additions and 1 deletions

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"