From 4e9215cf15863a433f2c33005400f7902754ecf0 Mon Sep 17 00:00:00 2001 From: pvincent Date: Fri, 10 Apr 2026 08:12:11 +0400 Subject: [PATCH] set-o pipefail --- tools/miaou-create | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/miaou-create b/tools/miaou-create index 7342f6e..9c51e1b 100755 --- a/tools/miaou-create +++ b/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