diff options
author | Biswakalyan Bhuyan <biswa@surgot.in> | 2024-02-04 21:06:03 +0530 |
---|---|---|
committer | Biswakalyan Bhuyan <biswa@surgot.in> | 2024-02-04 21:06:03 +0530 |
commit | caca8b6f7f1006ef2a8f785765f1d9b7b90de803 (patch) | |
tree | 9d46463638173cf0e2813cc1db0e7c6947f57af3 | |
parent | 9d6ac4fa8561f72127b1244d40533488fd1740cd (diff) | |
download | ecosystem-caca8b6f7f1006ef2a8f785765f1d9b7b90de803.tar.gz ecosystem-caca8b6f7f1006ef2a8f785765f1d9b7b90de803.tar.bz2 ecosystem-caca8b6f7f1006ef2a8f785765f1d9b7b90de803.zip |
-rwxr-xr-x | unlock | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ toast() { } # Try to unlock -FINGERPRINT=$(termux-fingerprint | jq -r '.fingerprints[0].fingerprint') +FINGERPRINT=$(termux-fingerprint | jq '.auth_result | contains("SUCCESS")') if ( "$FINGERPRINT"); then ssh pc "pkill slock" toast "Success" |