mirror of
https://github.com/YunoHost-Apps/wekan_ynh.git
synced 2024-09-03 20:36:09 +02:00
Merge branch 'nodejs' into mongodb_auth
This commit is contained in:
commit
70124ad076
1 changed files with 3 additions and 0 deletions
|
@ -404,6 +404,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
|
||||
|
|
Loading…
Add table
Reference in a new issue