@@ -3,6 +3,8 @@
# Exit on command errors and treat unset variables as an error
set -u
+# Loads the generic functions usually used in the script
+source .fonctions
# Source app helpers
source /usr/share/yunohost/helpers