From dd8ecd9172b157246594c78686a988bbdb79806f Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 6 Aug 2020 19:42:52 +0200 Subject: [PATCH] fix ./upgrade: line 183: ynh_install_mongo: command not found --- scripts/upgrade | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/upgrade b/scripts/upgrade index 1acf661..1b20b74 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -10,6 +10,7 @@ source _common.sh source ynh_package_version source ynh_detect_arch__2 source ynh_add_config +source ynh_mongo_db source /usr/share/yunohost/helpers #=================================================