mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Looks like it's typo day today ~_~
This commit is contained in:
parent
c94a7614ad
commit
76f042cca4
1 changed files with 1 additions and 1 deletions
|
@ -5,4 +5,4 @@ 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
|
||||||
eval "$XTRACE_BKP"
|
eval "$XTRACE_ENABLE"
|
||||||
|
|
Loading…
Add table
Reference in a new issue