fetch-info: enable standard error detection setup

This commit is contained in:
Daniel Micay 2025-09-25 15:50:14 -04:00
parent 173822655c
commit 3691bd8e51

View file

@ -1,6 +1,6 @@
#!/bin/bash
set -o errexit
set -o errexit -o nounset -o pipefail
user=root