This commit is contained in:
2024-11-25 16:16:17 -05:00
parent 1dd4472634
commit 009831503e
5 changed files with 57 additions and 39 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 "[ ✓ ] Unlocked.\n"
else
printf "[ 𐄂 ] Security key disconnected.\n"
printf "[ 𐄂 ] Locked.\n"
fi