diff --git a/data/helpers b/data/helpers index e1b26db5c..04f7b538c 100644 --- a/data/helpers +++ b/data/helpers @@ -5,4 +5,4 @@ set +x for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null) ; do [ -r $helper ] && . $helper || true done -eval "$XTRACE_BKP" +eval "$XTRACE_ENABLE"