1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wekan_ynh.git synced 2024-09-03 20:36:09 +02:00
This commit is contained in:
yalh76 2019-03-15 19:29:38 +01:00
parent 7b86821972
commit 25161d4bb9
2 changed files with 2 additions and 2 deletions

View file

@ -109,7 +109,7 @@ ynh_install_app_dependencies $pkg_dependencies
#=================================================
ynh_print_info "Starting mongodb ..."
# Start mogodb
# Start mongodb
systemctl enable mongodb
systemctl restart mongodb

View file

@ -95,7 +95,7 @@ ynh_install_app_dependencies $pkg_dependencies
#=================================================
ynh_print_info "Restoring the MongoDB database..."
# Start mogodb
# Start mongodb
systemctl enable mongodb
systemctl start mongodb
mongorestore --db $db_name ./dump/$db_name