mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-18 19:00:15 +00:00
Merge pull request #1305 from GHPS/master
Fix corrupted QR code image in various fonts
This commit is contained in:
commit
18c115da48
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue