diff --git a/scripts/_common.sh b/scripts/_common.sh index e3f6d13..43d308d 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -1,5 +1,11 @@ #!/bin/bash +#================================================= +# IMPORT GENERIC HELPERS +#================================================= + +source /usr/share/yunohost/helpers + #================================================= # COMMON VARIABLES #=================================================