diff --git a/scripts/ynh_mongo_db b/scripts/ynh_mongo_db index ff2c419..4a43534 100644 --- a/scripts/ynh_mongo_db +++ b/scripts/ynh_mongo_db @@ -323,6 +323,9 @@ ynh_install_mongo() { # Integrate MongoDB service in YunoHost yunohost service add $MONGODB_SERVICENAME --description "MongoDB daemon" --log "/var/log/mongodb/$MONGODB_SERVICENAME.log" + + # Waiting Mongo DB to be fully started + sleep 10 } # Remove MongoDB