This commit is contained in:
2024-04-26 15:09:23 -04:00
parent 2ca5c136da
commit 1dd4472634
3 changed files with 29 additions and 25 deletions

View File

@@ -6,7 +6,7 @@ msg_disconnected="𐄂 Security key not connected\n"
lsusb | grep Lexar > /dev/null
if [ "$?" == 0 ]; then
printf "[] Security key connected.\n"
printf "[] Security key connected.\n"
else
printf "[𐄂] Security key disconnected.\n"
printf "[ 𐄂 ] Security key disconnected.\n"
fi