From 76f042cca4dd96cdd7d71cdaafe2be25d122172e Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Wed, 30 Sep 2020 19:06:49 +0200 Subject: [PATCH] Looks like it's typo day today ~_~ --- data/helpers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"