Update 'set' options
This commit is contained in:
parent
44e2d28f1a
commit
5036415ac8
|
@ -98,7 +98,7 @@ exportPackageFiles() {
|
||||||
}
|
}
|
||||||
|
|
||||||
runScript() {
|
runScript() {
|
||||||
set -euo pipefail
|
set -eo pipefail
|
||||||
getInputs
|
getInputs
|
||||||
addUser
|
addUser
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue