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