Browse Source

set-o pipefail

main
pvincent 3 weeks ago
parent
commit
4e9215cf15
  1. 2
      tools/miaou-create

2
tools/miaou-create

@ -157,6 +157,8 @@ function create {
# MAIN
set -Eue
set -o pipefail
parse_options "$@"
assert_not_sandboxing
prepare_template_for_quick_creation

Loading…
Cancel
Save