set pipefail
This commit is contained in:
parent
142e8630eb
commit
20be6c717f
|
@ -1,6 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
set -o pipefail
|
||||
|
||||
while getopts 'd:t:' opt
|
||||
do
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
set -o pipefail
|
||||
|
||||
while getopts 'd:t:' opt
|
||||
do
|
||||
|
|
Loading…
Reference in New Issue