Merge branch 'dev' into permission_protection

This commit is contained in:
Alexandre Aubin 2020-09-30 19:07:12 +02:00
commit aaba3fe6aa

View file

@ -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"