From 50f7c8916328a3c9e7adc45c552daa4cb5dab4ad Mon Sep 17 00:00:00 2001 From: Sylvain Date: Fri, 8 Mar 2024 13:32:10 +0100 Subject: [PATCH] Update _common.sh --- scripts/_common.sh | 6 ++++++ 1 file changed, 6 insertions(+) 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 #=================================================