Don't log helper loading because hmpf

This commit is contained in:
Alexandre Aubin 2020-08-28 15:06:28 +02:00
parent 77ce657ae1
commit 2ee08189ba

View file

@ -1,7 +1,8 @@
# -*- shell-script -*-
# TODO : use --regex to validate against a namespace
set +x
for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null) ; do
[ -r $helper ] && . $helper || true
done
set -x