diff options
Diffstat (limited to 'unlock')
-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" |