1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wekan_ynh.git synced 2024-09-03 20:36:09 +02:00

fix mongo service start

This commit is contained in:
yalh76 2020-08-07 19:44:24 +02:00
parent 4ab6057958
commit 9d5fb5cc8c

View file

@ -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