mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-11-19 22:42:24 -05:00
fetch-info: enable standard error detection setup
This commit is contained in:
parent
173822655c
commit
3691bd8e51
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -o errexit
|
||||
set -o errexit -o nounset -o pipefail
|
||||
|
||||
user=root
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue