Fix corrupted QR code image in various fonts

(affected fonts include Ubuntu Mono, Mitra Mono, InconsolataGo Nerd Mono)
This commit is contained in:
GHPS 2021-05-06 16:52:25 +02:00 committed by GitHub
parent d7771c2514
commit 615c2a41f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,7 +60,7 @@ for CLIENT_NAME in "${CLIENTS_TO_SHOW[@]}"; do
if grep -qw "${CLIENT_NAME}" clients.txt; then if grep -qw "${CLIENT_NAME}" clients.txt; then
echo -e "::: Showing client \e[1m${CLIENT_NAME}\e[0m below" echo -e "::: Showing client \e[1m${CLIENT_NAME}\e[0m below"
echo "=====================================================================" echo "====================================================================="
qrencode -t ansiutf8 < "${CLIENT_NAME}.conf" qrencode -t ansi256 < "${CLIENT_NAME}.conf"
echo "=====================================================================" echo "====================================================================="
else else
echo -e "::: \e[1m${CLIENT_NAME}\e[0m does not exist" echo -e "::: \e[1m${CLIENT_NAME}\e[0m does not exist"