fix: Add comment for silent error handling in z-auth script
This commit is contained in:
parent
2f4023886e
commit
f3da5fb592
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#!/bin/bash
|
||||
## Silent errors
|
||||
exec 2>/dev/null
|
||||
PINCODE="2606"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue