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:
parent
4ab6057958
commit
9d5fb5cc8c
1 changed files with 3 additions and 0 deletions
|
@ -323,6 +323,9 @@ ynh_install_mongo() {
|
||||||
|
|
||||||
# Integrate MongoDB service in YunoHost
|
# Integrate MongoDB service in YunoHost
|
||||||
yunohost service add $MONGODB_SERVICENAME --description "MongoDB daemon" --log "/var/log/mongodb/$MONGODB_SERVICENAME.log"
|
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
|
# Remove MongoDB
|
||||||
|
|
Loading…
Reference in a new issue