From f3da5fb592a2dfcbefc12118f851d5bbb304205c Mon Sep 17 00:00:00 2001 From: Zeev Diukman Date: Wed, 21 Jan 2026 07:12:26 +0200 Subject: [PATCH] fix: Add comment for silent error handling in z-auth script --- z-auth.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/z-auth.sh b/z-auth.sh index e2048a3..847ee90 100755 --- a/z-auth.sh +++ b/z-auth.sh @@ -1,4 +1,5 @@ #!/bin/bash +## Silent errors exec 2>/dev/null PINCODE="2606"