fix: Add comment for silent error handling in z-auth script

This commit is contained in:
Zeev Diukman 2026-01-21 07:12:26 +02:00
parent 2f4023886e
commit f3da5fb592

View file

@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
## Silent errors
exec 2>/dev/null exec 2>/dev/null
PINCODE="2606" PINCODE="2606"