set pipefail

This commit is contained in:
filifa 2024-08-01 20:04:58 -05:00
parent 142e8630eb
commit 20be6c717f
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#!/bin/bash
set -e
set -o pipefail
while getopts 'd:t:' opt
do

View File

@ -1,6 +1,7 @@
#!/bin/bash
set -e
set -o pipefail
while getopts 'd:t:' opt
do