mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Don't log helper loading because hmpf
This commit is contained in:
parent
77ce657ae1
commit
2ee08189ba
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
# -*- shell-script -*-
|
# -*- 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
|
for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null) ; do
|
||||||
[ -r $helper ] && . $helper || true
|
[ -r $helper ] && . $helper || true
|
||||||
done
|
done
|
||||||
|
set -x
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue