Sunday, August 31, 2025
apps@conference.yunohost.org
August
Mon Tue Wed Thu Fri Sat Sun
        1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23 24
25
26 27 28 29 30 31
             

[20:51:58] <liamcollod> Hey there !
Does anyone know if there is any specific reason all the app scripts usually have `/usr/share/yunohost/helpers` sourced *after* `_common.sh` ?
I'm asking because my `_common.sh` need to call some yunohost functions which are not yet defined because the helpers are sourced after.
So before swapping the sourcing order i'm wondering if there could be pitfall which explained the default behavior ?